From b58aa91f0a884e32275f28fa376da98212bb2f17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Thu, 21 May 2026 16:00:13 +0200 Subject: [PATCH] Use spacing token gap between text block and button in VSF drawer actions --- styleguide.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styleguide.css b/styleguide.css index 9e69948..efd9c8c 100644 --- a/styleguide.css +++ b/styleguide.css @@ -2119,6 +2119,7 @@ section + section { flex-direction: column; align-items: flex-start; justify-content: flex-start; + gap: var(--spacing-large); background: var(--surface-vsf-drawer-object-card-body); }