Override group card item width to full in VSF list detail layout

This commit is contained in:
2026-05-28 10:31:53 +02:00
parent d7ddc4f910
commit a21950773c
@@ -53,6 +53,11 @@
width: 100%; width: 100%;
} }
.sg-vsf-list-detail-page__left-column .sg-group-card > .sg-card {
flex: 0 0 100%;
width: 100%;
}
@media (max-width: 767px) { @media (max-width: 767px) {
.sg-vsf-list-detail-page__intro-block .sg-text-layout-pattern__sample--sixty-width { .sg-vsf-list-detail-page__intro-block .sg-text-layout-pattern__sample--sixty-width {
width: 100%; width: 100%;