From 7a7c40e5ec40c6687d59ef936dc27d8d12fecb08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Mon, 29 Jun 2026 13:11:14 +0200 Subject: [PATCH] Fix notification card width constraint --- styles/22-patterns-object-card.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/styles/22-patterns-object-card.css b/styles/22-patterns-object-card.css index f6d9173..9763288 100644 --- a/styles/22-patterns-object-card.css +++ b/styles/22-patterns-object-card.css @@ -79,6 +79,8 @@ .sg-object-card--notification { width: var(--layout-notification-card-width); + min-width: 0; + max-width: none; height: auto; --surface-object-card-lower-segment: var(--surface-notification-card-lower-segment); }