Align multiselect fallback width with semantic pattern token

This commit is contained in:
2026-05-25 09:04:13 +02:00
parent ee2a24e012
commit 9c6fd2d62f
3 changed files with 7 additions and 3 deletions
+1 -2
View File
@@ -74,7 +74,7 @@
}
.sg-options-row[data-pattern="multiselektions-pulldown"] .sg-pulldown-panel {
--sg-multiselect-label-column-width: max-content;
--sg-multiselect-label-column-width: var(--layout-multiselect-pulldown-label-column-width-fallback);
}
.sg-options-row[data-pattern="multiselektions-pulldown"] .sg-slider-row[data-activatable="true"] > .sg-label,
@@ -274,4 +274,3 @@
flex-direction: column;
gap: var(--layout-content-cards-group-gap);
}