From 704d7f708b117ff579bc0d233e58c4d2a7b481bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Tue, 19 May 2026 19:36:18 +0200 Subject: [PATCH] Fix mobile multiselect pulldown panel width without :has dependency --- styleguide.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styleguide.css b/styleguide.css index c725530..e1d7129 100644 --- a/styleguide.css +++ b/styleguide.css @@ -1654,7 +1654,7 @@ section + section { width: 100%; } - .sg-options-row .sg-pulldown-panel:has(.sg-form-sections-card-wrapper) { + .sg-options-row[data-pattern="multiselektions-pulldown"] .sg-pulldown-panel { width: min( var(--layout-pulldown-panel-form-mobile-width), calc(100vw - (2 * var(--spacing-large)))