From 48e528b717a29d544b1f0707b701a4e1b67fffbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Tue, 19 May 2026 20:18:50 +0200 Subject: [PATCH] Stack pulldown field labels above controls on mobile --- styleguide.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/styleguide.css b/styleguide.css index c808331..0be6a9d 100644 --- a/styleguide.css +++ b/styleguide.css @@ -1707,6 +1707,14 @@ section + section { margin-left: calc(var(--spacing-small) * 1.5); flex: 0 0 var(--interaction-height); } + + .sg-pulldown-panel__row { + grid-template-columns: minmax(0, 1fr) var(--interaction-height); + } + + .sg-pulldown-panel__label { + grid-column: 1 / -1; + } } /* ========================================================= */