Skip to content

Commit

Permalink
fix(dropdown): add right padding to prevent text under arrow (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan authored and Chris Dhanaraj committed Jun 29, 2017
1 parent 4e35ab2 commit 99403cf
Show file tree
Hide file tree
Showing 2 changed files with 320 additions and 37 deletions.
4 changes: 4 additions & 0 deletions src/components/dropdown/_dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,11 @@
padding-top: rem(13px);
padding-bottom: rem(13px);
padding-left: 1rem;
padding-right: 2.25rem;
font-weight: 700;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
border: $input-border;
}

Expand Down
Loading

0 comments on commit 99403cf

Please sign in to comment.