Skip to content

Commit

Permalink
fix(dropdown): reset inline dropdown item margin (#2090)
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod authored and alisonjoseph committed Mar 14, 2019
1 parent 49e2159 commit ec39870
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/dropdown/_dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,11 @@
font-weight: normal;
margin-right: $spacing-sm;
margin-left: rem(10px);

&:focus {
margin: 0;
padding-left: rem(10px);
}
}

// Skeleton State
Expand Down

0 comments on commit ec39870

Please sign in to comment.