Skip to content

Commit

Permalink
fix(VBtnToggle): apply min-width to dense buttons
Browse files Browse the repository at this point in the history
fixes #13820
  • Loading branch information
KaelWD committed Jun 23, 2021
1 parent f7da9ba commit 6589ed8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/vuetify/src/components/VBtnToggle/VBtnToggle.sass
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,13 @@
&:not(:last-child)
border-left-width: 0

.v-btn.v-btn.v-size--default
min-width: $btn-toggle-btn-width
min-height: 0

&:not(.v-btn-toggle--dense)
.v-btn.v-btn.v-size--default
height: $btn-toggle-btn-height
min-height: 0
min-width: $btn-toggle-btn-width

.v-btn-toggle--borderless
> .v-btn.v-btn
Expand Down

0 comments on commit 6589ed8

Please sign in to comment.