Skip to content

Commit

Permalink
fix(VField): correct left outline width with outline+rounded
Browse files Browse the repository at this point in the history
fixes #18186
  • Loading branch information
KaelWD committed Sep 1, 2023
1 parent 6e06637 commit 03f437b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/vuetify/src/components/VField/VField.sass
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,8 @@

@at-root
#{selector.append('.v-field--rounded', &)},
#{selector.append('[class^="rounded-"]', &)}
#{selector.append('[class^="rounded-"]', &)},
#{selector.append('[class*=" rounded-"]', &)}
flex-basis: calc(var(--v-input-control-height) / 2 + 2px)

@include tools.ltr()
Expand Down

0 comments on commit 03f437b

Please sign in to comment.