Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(select): don't wrap multiple choices in new lines
Browse files Browse the repository at this point in the history
Fixes #6176

Closes #6177
  • Loading branch information
devversion authored and jelbourn committed Dec 9, 2015
1 parent 3f1350e commit 2ab3075
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/select/select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ md-select {
min-height: 26px;
flex-grow: 1;

.md-text {
display: inline;
}

*:first-child {
flex: 1 0 auto;
text-overflow: ellipsis;
Expand Down

0 comments on commit 2ab3075

Please sign in to comment.