Skip to content

Commit

Permalink
fix bug for firefox: label(several words) is shown into 2 lines inste…
Browse files Browse the repository at this point in the history
  • Loading branch information
SVITY committed Dec 1, 2016
1 parent ef3a468 commit 28208c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/multi.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
@include border-right-radius( $select-item-border-radius );
cursor: default;
padding: $select-item-padding-vertical $select-item-padding-horizontal;
white-space: nowrap;
}
a.Select-value-label {
color: $select-item-color;
Expand Down

0 comments on commit 28208c2

Please sign in to comment.