Fix object-group-card mobile overflow by forcing full-width cards

This commit is contained in:
2026-05-21 18:03:09 +02:00
parent 2a6dae1063
commit 4245516adc
+7
View File
@@ -1794,6 +1794,13 @@ section + section {
max-width: none;
height: var(--layout-object-card-mobile-height);
}
.sg-object-card[data-pattern="object-group-card"] {
flex-basis: 100%;
width: 100%;
min-width: 0;
max-width: none;
}
}
.sg-object-card__content {