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

Commit

Permalink
style(select,input): bring non-floating inputs and select into line
Browse files Browse the repository at this point in the history
closes #2793
  • Loading branch information
rschmukler committed Jun 28, 2015
1 parent 1a8acd0 commit e9f5a99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/input/input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ md-input-container {
* The .md-input class is added to the input/textarea
*/
.md-input {
flex: 1 1 auto;
order: 2;
display: block;
margin-top: auto;

background: none;
padding-top: $input-padding-top;
Expand Down
4 changes: 2 additions & 2 deletions src/components/select/select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ $select-max-visible-options: 5;
}

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

md-select {
display: flex;
order: 2;
margin: 2.5*$baseline-grid 0 3*$baseline-grid + 2 0;
&:focus {
outline: none;
Expand Down

0 comments on commit e9f5a99

Please sign in to comment.