Skip to content

Commit

Permalink
fix(core): centered dropdown with left icon
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi authored Jun 1, 2022
1 parent e42ec09 commit 35d9f49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/scss/custom/_linklist.scss
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,12 @@

span {
margin-top: $v-gap * 0.5;
margin-left: $v-gap * 3;
}

.icon {
position: absolute;
left: 0;
left: $v-gap * 2;
}
}

Expand Down

1 comment on commit 35d9f49

@vercel
Copy link

@vercel vercel bot commented on 35d9f49 Jun 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.