Skip to content

Commit

Permalink
fix(select): prevent words from being cut off
Browse files Browse the repository at this point in the history
Closes #3541
  • Loading branch information
mhartington committed Aug 11, 2015
1 parent 7e4fdd8 commit e8724e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_select.scss
Expand Up @@ -13,7 +13,7 @@
top: 0;
bottom: 0;
right: 0;
padding: ($item-padding - 2) ($item-padding * 3) ($item-padding) $item-padding;
padding: 0 ($item-padding * 3) 0 $item-padding;
max-width: 65%;

border: none;
Expand Down

0 comments on commit e8724e1

Please sign in to comment.