From 793878c92a04fee108f46bce548b53b66a01b478 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Mon, 25 May 2026 07:08:38 +0200 Subject: [PATCH] fix(components): apply pulldown max-width in disabled state --- styleguide.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styleguide.css b/styleguide.css index 70bec7c..7d64dc6 100644 --- a/styleguide.css +++ b/styleguide.css @@ -815,7 +815,7 @@ section + section { #component-pulldown .sg-state-example > .sg-pulldown { width: 100%; min-width: 0; - max-width: 100%; + max-width: var(--layout-input-field-max-width); } #component-pulldown .sg-activatable-row {