From 6e823b938801d5def3045cc02eebfb3a9381e6cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Thu, 21 May 2026 11:55:34 +0200 Subject: [PATCH] Remove fixed button height in VSF drawer final segment --- styleguide.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styleguide.css b/styleguide.css index a684631..5bae08e 100644 --- a/styleguide.css +++ b/styleguide.css @@ -2119,6 +2119,10 @@ section + section { background: var(--surface-vsf-drawer-object-card-body); } +.sg-vsf-drawer-object-card .sg-card-segment--body.sg-object-card__actions-segment .sg-interaction-element.sg-button { + height: auto; +} + .sg-vsf-drawer-object-card__heading { color: var(--text-vsf-drawer-object-card-heading); margin: 0;