From 958bd133fdc9271d71ab1818d2fc840eb82cb920 Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 3 Mar 2026 11:17:37 +0100 Subject: [PATCH] fix(frontend): use mbs-2 utility class instead of scoped CSS Replace the scoped .notification-actions rule with the project's mbs-2 utility class for margin-block-start spacing. --- frontend/src/components/misc/Notification.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/frontend/src/components/misc/Notification.vue b/frontend/src/components/misc/Notification.vue index 9b4b65c9d..b4e332a3d 100644 --- a/frontend/src/components/misc/Notification.vue +++ b/frontend/src/components/misc/Notification.vue @@ -41,7 +41,7 @@