From 080d65a6849692b87d57b3f68935efe8de20682c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Mon, 29 Jun 2026 13:13:05 +0200 Subject: [PATCH] Fix notification card width specificity --- styles/22-patterns-object-card.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/22-patterns-object-card.css b/styles/22-patterns-object-card.css index 9763288..ed53b23 100644 --- a/styles/22-patterns-object-card.css +++ b/styles/22-patterns-object-card.css @@ -77,7 +77,7 @@ height: auto; } -.sg-object-card--notification { +.sg-card.sg-object-card--notification { width: var(--layout-notification-card-width); min-width: 0; max-width: none; @@ -100,7 +100,7 @@ max-width: none; } - .sg-object-card--notification { + .sg-card.sg-object-card--notification { width: var(--layout-object-card-mobile-width); min-width: 0; max-width: none;