We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e7acbb commit 5c30f73Copy full SHA for 5c30f73
src/components/MdField/MdField.vue
@@ -286,6 +286,7 @@
286
287
.md-field.md-field-bottom-line {
288
min-height: 48px;
289
+ padding-top: 16px;
290
291
&:before,
292
&:after {
@@ -313,8 +314,7 @@
313
314
315
.md-input,
316
.md-textarea, {
- height: 48px;
317
- padding: 12px 0 0;
+ height: 32px;
318
font-size: 16px;
319
line-height: 32px;
320
}
@@ -581,6 +581,7 @@
581
.md-field.md-field-bottom-line.md-dense {
582
margin: 8px 0 24px;
583
min-height: 40px;
584
585
586
label {
587
top: 18px;
@@ -589,8 +590,9 @@
589
590
591
592
.md-textarea {
- height: 40px;
593
- padding: 18px 0 7px;
+ height: 24px;
594
+ padding: 0 0 4px;
595
+ line-height: 20px;
596
597
598
0 commit comments