fix: issue with toasts not triggering on page load and fix padding issue

This commit is contained in:
Tobias Johansson
2024-08-23 10:59:35 +02:00
parent 95f14a6377
commit 8c26d0c238
2 changed files with 20 additions and 14 deletions

View File

@@ -9,7 +9,7 @@
width: var(--width);
}
.message {
.toast .message {
padding: var(--Spacing-x2) var(--Spacing-x-one-and-half);
}