From dc3a81504354823775bb7d6bcced800dfa05bcec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Thu, 21 May 2026 11:48:57 +0200 Subject: [PATCH] Collapse VSF drawer action segment to button-only final segment --- styleguide.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/styleguide.css b/styleguide.css index cb0337e..aad5b15 100644 --- a/styleguide.css +++ b/styleguide.css @@ -2114,6 +2114,12 @@ section + section { .sg-vsf-drawer-object-card .sg-card-segment--body.sg-object-card__actions-segment { display: flex; justify-content: flex-start; + padding: 0; +} + +.sg-vsf-drawer-object-card .sg-card-segment--body.sg-object-card__actions-segment .sg-button { + width: 100%; + border-radius: 0; } .sg-vsf-drawer-object-card__heading {