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

Commit 2ab3075

Browse files
devversionjelbourn
authored andcommitted
fix(select): don't wrap multiple choices in new lines
Fixes #6176 Closes #6177
1 parent 3f1350e commit 2ab3075

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/select/select.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@ md-select {
104104
min-height: 26px;
105105
flex-grow: 1;
106106

107+
.md-text {
108+
display: inline;
109+
}
110+
107111
*:first-child {
108112
flex: 1 0 auto;
109113
text-overflow: ellipsis;

0 commit comments

Comments
 (0)