Skip to content

Commit 005fbd7

Browse files
Added style for textarea
1 parent 64120ee commit 005fbd7

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

src/plugin/styles/main.scss

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@
3434
&-compact,
3535
&-comfortable,
3636
&-default {
37-
.v-input__control {
38-
padding-bottom: 3px;
39-
}
40-
4137
.v-field--variant-underlined,
4238
.v-field--variant-plain {
4339
.v-field__input {
@@ -55,6 +51,26 @@
5551
}
5652
}
5753

54+
&.vi-v-select,
55+
&.vi-v-textarea,
56+
&.vi-v-text-field {
57+
58+
// The Field value //
59+
.v-inline-fields--field {
60+
.v-input {
61+
&--density {
62+
&-compact,
63+
&-comfortable,
64+
&-default {
65+
.v-input__control {
66+
padding-bottom: 3px;
67+
}
68+
}
69+
}
70+
}
71+
}
72+
}
73+
5874
// ------------------------ Select Field //
5975
&.vi-v-select {
6076

0 commit comments

Comments
 (0)