Skip to content

Commit

Permalink
fix(VField): allow input to shrink
Browse files Browse the repository at this point in the history
fixes #15377
  • Loading branch information
KaelWD committed Jul 7, 2022
1 parent b54f0ec commit 5e05dc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/vuetify/src/components/VField/VField.sass
Expand Up @@ -98,7 +98,8 @@
padding-inline-start: var(--v-field-padding-start)
padding-inline-end: var(--v-field-padding-end)
padding-top: var(--v-field-padding-top, $field-control-padding-top)
width: 100%
flex: 1 0 0
min-width: 0

input
letter-spacing: inherit
Expand Down

0 comments on commit 5e05dc5

Please sign in to comment.