Skip to content

Commit

Permalink
fix(VSnackbar): fix class name for center location
Browse files Browse the repository at this point in the history
  • Loading branch information
SonTT19 committed May 24, 2024
1 parent c3b2d29 commit 35a33ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vuetify/src/components/VSnackbar/VSnackbar.sass
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
margin-inline-end: calc(#{$snackbar-wrapper-margin} + var(--v-scrollbar-offset))
padding: var(--v-layout-top) var(--v-layout-right) var(--v-layout-bottom) var(--v-layout-left)

&:not(.v-snackbar--centered):not(.v-snackbar--top)
&:not(.v-snackbar--center):not(.v-snackbar--top)
align-items: flex-end

&__wrapper
Expand Down

0 comments on commit 35a33ea

Please # to comment.