From 7725d742374caf010761046c1168292451276076 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Thu, 21 May 2026 11:47:13 +0200 Subject: [PATCH] Remove content flex-grow on VSF drawer card to eliminate vertical gap --- styleguide.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styleguide.css b/styleguide.css index 8e1f2ce..cb0337e 100644 --- a/styleguide.css +++ b/styleguide.css @@ -2099,6 +2099,7 @@ section + section { .sg-vsf-drawer-object-card .sg-card-segment--body.sg-object-card__content { color: var(--text-vsf-drawer-object-card-body); + flex: 0 0 auto; } .sg-vsf-drawer-object-card .sg-text-layout-pattern__two-column,