Skip to content

Commit

Permalink
DropdownItem doesn't use ellipsis for text overflow (#474)
Browse files Browse the repository at this point in the history
Fixes #473
  • Loading branch information
srlim authored and tw15egan committed Dec 14, 2017
1 parent 999f200 commit ca114db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/dropdown/_dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@
padding-bottom: 1rem;
padding-left: 1rem;
padding-right: 1.5rem;
text-overflow: ellipsis;
overflow: hidden;

&:hover,
&:focus {
Expand Down

0 comments on commit ca114db

Please sign in to comment.