Enforce equal notification card widths across wrapped rows

This commit is contained in:
2026-06-01 16:39:24 +02:00
parent 75a7d6d4ca
commit 4f77f08cba
2 changed files with 39 additions and 0 deletions
+5
View File
@@ -16,6 +16,11 @@
max-width: var(--layout-object-card-max-width);
}
.sg-notifications-pattern.sg-notifications-pattern--multi-row .sg-notifications-pattern__card {
flex: 0 0 var(--layout-object-card-shared-width);
width: var(--layout-object-card-shared-width);
}
.sg-notifications-pattern__text-segment {
height: 200px;
}