Skip to content

Commit

Permalink
fix(VField): rounded with long label border-radius (#20349)
Browse files Browse the repository at this point in the history
fixes #20305
  • Loading branch information
sakiadachi authored Jan 24, 2025
1 parent 9d881b2 commit 568f71b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vuetify/src/components/VField/VField.sass
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@
&__notch
flex: none
position: relative
max-width: calc(100% - $field-control-affixed-padding)
max-width: calc(100% - var(--v-input-control-height))

&::before,
&::after
Expand Down

0 comments on commit 568f71b

Please sign in to comment.