diff --git a/styleguide.css b/styleguide.css index e6e93f1..04befd9 100644 --- a/styleguide.css +++ b/styleguide.css @@ -1873,6 +1873,22 @@ section + section { margin-top: var(--spacing-small); } +.sg-options-row[data-pattern="multiselektions-pulldown"] .sg-pulldown-demo { + width: 500px; + max-width: 100%; +} + +.sg-options-row[data-pattern="multiselektions-pulldown"] .sg-pulldown-demo .sg-pulldown-demo__trigger, +.sg-options-row[data-pattern="multiselektions-pulldown"] .sg-pulldown-demo .sg-pulldown-panel { + width: 100%; +} + +@media (max-width: 48rem) { + .sg-options-row[data-pattern="multiselektions-pulldown"] .sg-pulldown-demo { + width: 80vw; + } +} + .sg-form-sections-card__actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));