Skip to content

Commit 68b52ed

Browse files
authored
fix(VBottomNavigation): set inline margin to auto (#21357)
fixes #21316
1 parent 3d1df29 commit 68b52ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vuetify/src/components/VBottomSheet/VBottomSheet.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
flex: 0 1 auto
2222
left: 0
2323
right: 0
24-
margin-inline: 0
24+
margin-inline: auto
2525
margin-bottom: 0
2626
transition-duration: $bottom-sheet-transition-duration
2727
width: 100%

0 commit comments

Comments
 (0)