fix(components): apply pulldown max-width in disabled state

This commit is contained in:
2026-05-25 07:08:38 +02:00
parent f42bd57c7d
commit 793878c92a
+1 -1
View File
@@ -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 {