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 64120ee commit 005fbd7Copy full SHA for 005fbd7
src/plugin/styles/main.scss
@@ -34,10 +34,6 @@
34
&-compact,
35
&-comfortable,
36
&-default {
37
- .v-input__control {
38
- padding-bottom: 3px;
39
- }
40
-
41
.v-field--variant-underlined,
42
.v-field--variant-plain {
43
.v-field__input {
@@ -55,6 +51,26 @@
55
51
}
56
52
57
53
54
+ &.vi-v-select,
+ &.vi-v-textarea,
+ &.vi-v-text-field {
+
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
74
// ------------------------ Select Field //
75
&.vi-v-select {
76
0 commit comments