Skip to content

Commit ecfffee

Browse files
committed
Revert "fix(MdSelect): dropdown icon align with input on botton line variant (#1600)"
This reverts commit 5c30f73.
1 parent 1c49f6c commit ecfffee

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

src/components/MdField/MdField.vue

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,6 @@
308308
309309
.md-field.md-field-bottom-line {
310310
min-height: 48px;
311-
padding-top: 16px;
312311
313312
&:before,
314313
&:after {
@@ -336,7 +335,8 @@
336335
337336
.md-input,
338337
.md-textarea, {
339-
height: 32px;
338+
height: 48px;
339+
padding: 12px 0 0;
340340
font-size: 16px;
341341
line-height: 32px;
342342
}
@@ -603,7 +603,6 @@
603603
.md-field.md-field-bottom-line.md-dense {
604604
margin: 8px 0 24px;
605605
min-height: 40px;
606-
padding-top: 16px;
607606
608607
label {
609608
top: 18px;
@@ -612,9 +611,8 @@
612611
613612
.md-input,
614613
.md-textarea {
615-
height: 24px;
616-
padding: 0 0 4px;
617-
line-height: 20px;
614+
height: 40px;
615+
padding: 18px 0 7px;
618616
}
619617
620618
.md-textarea {

0 commit comments

Comments
 (0)