Skip to content

Commit

Permalink
fix(VBtn): card-actions add margin-inline-start only for for direct btns
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwu9145 committed Aug 1, 2024
1 parent e7b3e44 commit e6b459a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/vuetify/src/components/VBtn/VBtn.sass
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,8 @@

// VCard
.v-btn
~ .v-btn:not(.v-btn-toggle .v-btn)
.v-card-actions &
margin-inline-start: $button-card-actions-margin
.v-card-actions > &
margin-inline-start: $button-card-actions-margin

// VPagination
.v-btn
Expand Down

0 comments on commit e6b459a

Please # to comment.