Fix notification card width constraint

This commit is contained in:
2026-06-29 13:11:14 +02:00
parent d7f2d08a3f
commit 7a7c40e5ec
+2
View File
@@ -79,6 +79,8 @@
.sg-object-card--notification { .sg-object-card--notification {
width: var(--layout-notification-card-width); width: var(--layout-notification-card-width);
min-width: 0;
max-width: none;
height: auto; height: auto;
--surface-object-card-lower-segment: var(--surface-notification-card-lower-segment); --surface-object-card-lower-segment: var(--surface-notification-card-lower-segment);
} }