Timothy Wilson
Results
1
comments of
Timothy Wilson
hitting the same issue with v-text-field Edit: not a great fix but i've temporarily added: ``` .v-field__outline__notch { max-width: calc( 100% - var(--v-field-padding-start) - var(--v-field-padding-end) ) !important; } ```