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

Commit 4306331

Browse files
committed
fix(select): fix IE 11 select not growing
1 parent 2ab1d2d commit 4306331

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
@@ -103,7 +103,7 @@ md-select {
103103
flex-grow: 1;
104104

105105
*:first-child {
106-
flex: 1;
106+
flex: 1 0 auto;
107107
text-overflow: ellipsis;
108108
white-space: nowrap;
109109
overflow: hidden;

0 commit comments

Comments
 (0)