Skip to content

Commit

Permalink
fix(VBtn): remove negative prepend/append margin with slim prop
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed May 16, 2024
1 parent 8ed8731 commit 665c616
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/vuetify/src/components/VBtn/VBtn.sass
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,16 @@
grid-area: prepend
margin-inline: $button-margin-start $button-margin-end

.v-btn--slim &
margin-inline-start: 0

.v-btn__append
grid-area: append
margin-inline: $button-margin-end $button-margin-start

.v-btn--slim &
margin-inline-end: 0

.v-btn__content
grid-area: content
justify-content: center
Expand Down

0 comments on commit 665c616

Please sign in to comment.