Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
fix(select): BREAKING: make select more inline with md-input-containe…
Browse files Browse the repository at this point in the history
…r styles

This commit changes the margins of select. Make sure you check your
forms to see that they are still where you want them to be.

closes #1576
  • Loading branch information
rschmukler committed Apr 1, 2015
1 parent 0149dcf commit a67a6a2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/components/select/select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,15 @@ $select-max-visible-options: 5;
}
}

md-input-container > md-select {
margin: 0;
}

md-select {
display: inline-block;
margin-top: 1.4em;
margin-bottom: 1.4em;
margin-left: 2px;
margin-right: 2px;
&:focus {
outline: none;
}
Expand Down

0 comments on commit a67a6a2

Please sign in to comment.