Skip to content

Commit

Permalink
fix(VBtn): allow stacked and block props to work together (#20162)
Browse files Browse the repository at this point in the history
Co-authored-by: John Leider <john@vuetifyjs.com>
  • Loading branch information
RyouSY and johnleider authored Jul 16, 2024
1 parent 0c80102 commit 9969ebb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/vuetify/src/components/VBtn/VBtn.sass
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,9 @@
.v-icon
--v-icon-size-multiplier: #{calc(24/21)}

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

.v-btn__loader
align-items: center
display: flex
Expand Down

0 comments on commit 9969ebb

Please # to comment.