Skip to content

Commit

Permalink
fix(select) Select placeholder height
Browse files Browse the repository at this point in the history
  • Loading branch information
peluprvi authored Mar 13, 2017
1 parent cdb3763 commit 3e6c56d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/select/select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ $mat-select-trigger-font-size: 16px !default;
display: inline-block;
outline: none;
font-family: $mat-font-family;

[placeholder] & {
margin-top: 1em;
}
}

.mat-select-trigger {
Expand Down

0 comments on commit 3e6c56d

Please sign in to comment.