Fix mobile multiselect pulldown panel width without :has dependency

This commit is contained in:
2026-05-19 19:36:18 +02:00
parent d483650405
commit 704d7f708b
+1 -1
View File
@@ -1654,7 +1654,7 @@ section + section {
width: 100%; 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( width: min(
var(--layout-pulldown-panel-form-mobile-width), var(--layout-pulldown-panel-form-mobile-width),
calc(100vw - (2 * var(--spacing-large))) calc(100vw - (2 * var(--spacing-large)))