From 87556f818868bbcb1b2bdea377809ef7d65c2ab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Thu, 21 May 2026 11:57:29 +0200 Subject: [PATCH] Fix VSF drawer card empty blue block by removing column flex-basis 100% --- styleguide.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styleguide.css b/styleguide.css index 5bae08e..f10bf95 100644 --- a/styleguide.css +++ b/styleguide.css @@ -2095,7 +2095,7 @@ section + section { width: 100%; min-width: 0; max-width: none; - flex: 0 0 100%; + align-self: stretch; height: auto; }