Skip to content

Commit

Permalink
fix(VField): Seamlessly fit loader inside outlined border
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwu9145 committed Mar 17, 2024
1 parent fa5f351 commit 56faf45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/vuetify/src/components/VField/VField.sass
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,8 @@

.v-field--variant-outlined &
top: calc(100% - 3px)
width: calc(100% - #{$field-border-width} * 2)
left: $field-border-width

/* endregion */
/* region OVERLAY */
Expand Down

0 comments on commit 56faf45

Please sign in to comment.