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

Commit ba60122

Browse files
committed
fix(select): fix select-value label not filling select width
1 parent bee0523 commit ba60122

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/select/select.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ md-select {
120120

121121
&.md-select-placeholder {
122122
display: flex;
123+
flex-grow: 1;
123124
order: 1;
124125
pointer-events: none;
125126
-webkit-font-smoothing: antialiased;

0 commit comments

Comments
 (0)