Skip to content

Commit

Permalink
fix(VBottomNavigation): flex VBtn evenly when using the grow prop
Browse files Browse the repository at this point in the history
fixes #20493
  • Loading branch information
johnleider committed Feb 17, 2025
1 parent 4815d05 commit 407bd8e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@

.v-bottom-navigation--grow &
> .v-btn
flex-basis: 0
flex-grow: 1

.v-bottom-navigation--shift &
Expand Down

0 comments on commit 407bd8e

Please sign in to comment.