Skip to content

Commit bd63a95

Browse files
committed
fix(VBottomNav): shrink buttons when too narrow
fixes #4643 see #4547
1 parent 1040ccd commit bd63a95

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/stylus/components/_bottom-navs.styl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ theme(v-bottom-nav, "v-bottom-nav")
3939
text-transform: none
4040
opacity: .5
4141
width: 100%
42+
// https://github.com/vuetifyjs/vuetify/issues/4643
43+
flex-shrink: 1
4244

4345
.v-btn__content
4446
flex-direction: column-reverse

0 commit comments

Comments
 (0)