Skip to content

Commit e8724e1

Browse files
committed
fix(select): prevent words from being cut off
Closes #3541
1 parent 7e4fdd8 commit e8724e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scss/_select.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
top: 0;
1414
bottom: 0;
1515
right: 0;
16-
padding: ($item-padding - 2) ($item-padding * 3) ($item-padding) $item-padding;
16+
padding: 0 ($item-padding * 3) 0 $item-padding;
1717
max-width: 65%;
1818

1919
border: none;

0 commit comments

Comments
 (0)