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

Commit

Permalink
fix(select): fix select value not filling parent
Browse files Browse the repository at this point in the history
  • Loading branch information
rschmukler committed Jul 12, 2015
1 parent 6d8f9d6 commit 1478628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/select/select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ md-select {
box-sizing: content-box;
min-width: 8 * $baseline-grid;
min-height: 26px;
flex-grow: 1;

*:first-child {
flex: 1;
Expand Down Expand Up @@ -120,7 +121,6 @@ md-select {

&.md-select-placeholder {
display: flex;
flex-grow: 1;
order: 1;
pointer-events: none;
-webkit-font-smoothing: antialiased;
Expand Down

0 comments on commit 1478628

Please sign in to comment.