Skip to content

Commit 2283635

Browse files
melbahjadsseng
authored andcommitted
fix(VTextField): dense filled & outlined (#9403)
1 parent 6d829ef commit 2283635

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/vuetify/src/components/VTextField/VTextField.sass

+6-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,8 @@
216216
min-height: 44px
217217

218218
&.v-text-field--single-line,
219-
&.v-text-field--outlined
219+
&.v-text-field--outlined,
220+
&.v-text-field--outlined.v-text-field--filled
220221
> .v-input__control > .v-input__slot
221222
min-height: 40px
222223

@@ -229,6 +230,10 @@
229230
input
230231
margin-top: 20px
231232

233+
&.v-text-field--outlined
234+
input
235+
margin-top: 0
236+
232237
&.v-text-field--single-line
233238
input
234239
margin-top: 12px

0 commit comments

Comments
 (0)