Skip to content

Commit

Permalink
refactor(VBtn): change how CSS fix is implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Jul 16, 2024
1 parent 0fa0759 commit 87c5c4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/vuetify/src/components/VBtn/VBtn.sass
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,9 @@
&--stacked
.v-icon
--v-icon-size-multiplier: #{calc(24/21)}
&--block.v-btn--stacked
min-width: 100%

&.v-btn--block
min-width: 100%

.v-btn__loader
align-items: center
Expand Down

0 comments on commit 87c5c4f

Please sign in to comment.