From 156b86a0d9e93679b95280cd0c3f71cb201b199a Mon Sep 17 00:00:00 2001 From: Fynn Feldpausch Date: Thu, 24 Oct 2024 12:31:35 +0200 Subject: [PATCH] fix(core): fix notification alignment due to CSS typo --- core/src/styles/core/_notification.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/styles/core/_notification.scss b/core/src/styles/core/_notification.scss index 9ed8913f..695e610b 100644 --- a/core/src/styles/core/_notification.scss +++ b/core/src/styles/core/_notification.scss @@ -47,6 +47,6 @@ gap: 0.875rem 1rem; } -cat-toastify-inner { +.cat-toastify-inner { flex: 1 1 auto; }