Fix notification card width specificity

This commit is contained in:
2026-06-29 13:13:05 +02:00
parent 7a7c40e5ec
commit 080d65a684
+2 -2
View File
@@ -77,7 +77,7 @@
height: auto; height: auto;
} }
.sg-object-card--notification { .sg-card.sg-object-card--notification {
width: var(--layout-notification-card-width); width: var(--layout-notification-card-width);
min-width: 0; min-width: 0;
max-width: none; max-width: none;
@@ -100,7 +100,7 @@
max-width: none; max-width: none;
} }
.sg-object-card--notification { .sg-card.sg-object-card--notification {
width: var(--layout-object-card-mobile-width); width: var(--layout-object-card-mobile-width);
min-width: 0; min-width: 0;
max-width: none; max-width: none;