From 2bd9e1df5bc3e4395042a6754e3b51d5f22f7a49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Thu, 21 May 2026 15:58:14 +0200 Subject: [PATCH] Fix drawer action segment flow so full-width text spacing applies --- styleguide.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/styleguide.css b/styleguide.css index e6767ec..9e69948 100644 --- a/styleguide.css +++ b/styleguide.css @@ -2116,6 +2116,8 @@ section + section { .sg-vsf-drawer-card__actions-segment { display: flex; + flex-direction: column; + align-items: flex-start; justify-content: flex-start; background: var(--surface-vsf-drawer-object-card-body); }