From 4a0e4abef9e5c3984bc4d3bd0c72f09825c5dbb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Thu, 21 May 2026 11:39:58 +0200 Subject: [PATCH] Force VSF drawer object card to full drawer width --- styleguide.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styleguide.css b/styleguide.css index 7c60d6a..1d500a7 100644 --- a/styleguide.css +++ b/styleguide.css @@ -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 {