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

Commit d0c781f

Browse files
committed
fix(select): prevent labels from overflowing
Prevents the select labels from overflowing their parent. Closes #7865.
1 parent 1525d2a commit d0c781f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/select/select.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ md-select {
109109
}
110110

111111
*:first-child {
112-
flex: 1 0 auto;
112+
flex: 1 1 auto;
113113
text-overflow: ellipsis;
114114
white-space: nowrap;
115115
overflow: hidden;

0 commit comments

Comments
 (0)