Force VSF drawer object card to full drawer width

This commit is contained in:
2026-05-21 11:39:58 +02:00
parent 71a2932028
commit 4a0e4abef9
+4
View File
@@ -2090,6 +2090,10 @@ section + section {
--surface-object-card-lower-segment: var(--surface-vsf-drawer-object-card-body);
--text-card-header: var(--text-vsf-drawer-object-card-heading);
--text-card-body: var(--text-vsf-drawer-object-card-body);
width: 100%;
min-width: 0;
max-width: none;
flex: 0 0 100%;
}
.sg-vsf-drawer-object-card .sg-card-segment--body.sg-object-card__content {