We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c49f6c commit ecfffeeCopy full SHA for ecfffee
src/components/MdField/MdField.vue
@@ -308,7 +308,6 @@
308
309
.md-field.md-field-bottom-line {
310
min-height: 48px;
311
- padding-top: 16px;
312
313
&:before,
314
&:after {
@@ -336,7 +335,8 @@
336
335
337
.md-input,
338
.md-textarea, {
339
- height: 32px;
+ height: 48px;
+ padding: 12px 0 0;
340
font-size: 16px;
341
line-height: 32px;
342
}
@@ -603,7 +603,6 @@
603
.md-field.md-field-bottom-line.md-dense {
604
margin: 8px 0 24px;
605
min-height: 40px;
606
607
608
label {
609
top: 18px;
@@ -612,9 +611,8 @@
612
611
613
614
.md-textarea {
615
- height: 24px;
616
- padding: 0 0 4px;
617
- line-height: 20px;
+ height: 40px;
+ padding: 18px 0 7px;
618
619
620
0 commit comments