From 8a13580edee46c21ae2a7b149eb94337d7e4d230 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Thu, 21 May 2026 16:00:54 +0200 Subject: [PATCH] Ensure VSF drawer actions keep spacing-large after card segment base rules --- styleguide.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/styleguide.css b/styleguide.css index efd9c8c..8a6fcaf 100644 --- a/styleguide.css +++ b/styleguide.css @@ -2343,6 +2343,12 @@ section + section { background: var(--surface-object-card-lower-segment); } +.sg-card-segment.sg-vsf-drawer-card__actions-segment { + flex-direction: column; + align-items: flex-start; + gap: var(--spacing-large); +} + .sg-group-card { display: flex; flex-wrap: wrap;