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

Commit 1478628

Browse files
committed
fix(select): fix select value not filling parent
1 parent 6d8f9d6 commit 1478628

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
@@ -91,6 +91,7 @@ md-select {
9191
box-sizing: content-box;
9292
min-width: 8 * $baseline-grid;
9393
min-height: 26px;
94+
flex-grow: 1;
9495

9596
*:first-child {
9697
flex: 1;
@@ -120,7 +121,6 @@ md-select {
120121

121122
&.md-select-placeholder {
122123
display: flex;
123-
flex-grow: 1;
124124
order: 1;
125125
pointer-events: none;
126126
-webkit-font-smoothing: antialiased;

0 commit comments

Comments
 (0)