Skip to content

Commit 9969ebb

Browse files
RyouSYjohnleider
andauthored
fix(VBtn): allow stacked and block props to work together (#20162)
Co-authored-by: John Leider <[email protected]>
1 parent 0c80102 commit 9969ebb

File tree

1 file changed

+3
-0
lines changed
  • packages/vuetify/src/components/VBtn

1 file changed

+3
-0
lines changed

packages/vuetify/src/components/VBtn/VBtn.sass

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,9 @@
168168
.v-icon
169169
--v-icon-size-multiplier: #{calc(24/21)}
170170

171+
&.v-btn--block
172+
min-width: 100%
173+
171174
.v-btn__loader
172175
align-items: center
173176
display: flex

0 commit comments

Comments
 (0)