Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Fix width of snackbar on mobile devices (#1813)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb committed Sep 14, 2022
1 parent b91e74e commit cc4e2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/VSnackbar.vue
Expand Up @@ -42,7 +42,7 @@ export default defineComponent({
}
.large {
@apply w-max max-w-full flex-row items-center py-4 px-6 text-sm;
@apply w-max max-w-[calc(100%_-_2_*_theme(spacing.4))] flex-row items-center py-4 px-6 text-sm;
}
.small {
Expand Down

0 comments on commit cc4e2be

Please sign in to comment.