Skip to content

Commit

Permalink
fix(VSnackbar): fix class name for center location (#19878)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonTT19 authored May 28, 2024
1 parent d4fe9f5 commit e48d37b
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 e48d37b

Please sign in to comment.