Skip to content

Commit 6589ed8

Browse files
committed
fix(VBtnToggle): apply min-width to dense buttons
fixes #13820
1 parent f7da9ba commit 6589ed8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/vuetify/src/components/VBtnToggle/VBtnToggle.sass

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,13 @@
6464
&:not(:last-child)
6565
border-left-width: 0
6666

67+
.v-btn.v-btn.v-size--default
68+
min-width: $btn-toggle-btn-width
69+
min-height: 0
70+
6771
&:not(.v-btn-toggle--dense)
6872
.v-btn.v-btn.v-size--default
6973
height: $btn-toggle-btn-height
70-
min-height: 0
71-
min-width: $btn-toggle-btn-width
7274

7375
.v-btn-toggle--borderless
7476
> .v-btn.v-btn

0 commit comments

Comments
 (0)