Skip to content

Commit

Permalink
fix(select): added nowrap for options
Browse files Browse the repository at this point in the history
  • Loading branch information
pimenovoleg committed Sep 22, 2018
1 parent ff07af5 commit 4873c4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/core/option/option.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@ $mc-option-padding: 0 16px;
display: inline-block;
flex-grow: 1;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

0 comments on commit 4873c4a

Please sign in to comment.