Skip to content

Commit

Permalink
Revert "fix(MdSelect): dropdown icon align with input on botton line …
Browse files Browse the repository at this point in the history
…variant (#1600)"

This reverts commit 5c30f73.
  • Loading branch information
marcosmoura committed May 13, 2018
1 parent 1c49f6c commit ecfffee
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/components/MdField/MdField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@
.md-field.md-field-bottom-line {
min-height: 48px;
padding-top: 16px;
&:before,
&:after {
Expand Down Expand Up @@ -336,7 +335,8 @@
.md-input,
.md-textarea, {
height: 32px;
height: 48px;
padding: 12px 0 0;
font-size: 16px;
line-height: 32px;
}
Expand Down Expand Up @@ -603,7 +603,6 @@
.md-field.md-field-bottom-line.md-dense {
margin: 8px 0 24px;
min-height: 40px;
padding-top: 16px;
label {
top: 18px;
Expand All @@ -612,9 +611,8 @@
.md-input,
.md-textarea {
height: 24px;
padding: 0 0 4px;
line-height: 20px;
height: 40px;
padding: 18px 0 7px;
}
.md-textarea {
Expand Down

0 comments on commit ecfffee

Please sign in to comment.