From 843f5de079795dc74b15ad8ecabaffa3463f68c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Tue, 19 May 2026 16:03:29 +0200 Subject: [PATCH] Ensure large spacing after multiselect block titles --- styleguide.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styleguide.css b/styleguide.css index 50acf1c..7a34c22 100644 --- a/styleguide.css +++ b/styleguide.css @@ -1849,6 +1849,10 @@ section + section { margin-top: var(--spacing-large); } +.sg-options-row[data-pattern="multiselektions-pulldown"] .sg-form-sections-card__chapter > .sg-form-sections-card__chapter-title + * { + margin-top: var(--spacing-large); +} + .sg-options-row[data-pattern="multiselektions-pulldown"] .sg-form-sections-card__chapter > .sg-slider-row + .sg-slider-row, .sg-options-row[data-pattern="multiselektions-pulldown"] .sg-form-sections-card__chapter > .sg-checkbox-field-option + .sg-checkbox-field-option, .sg-options-row[data-pattern="multiselektions-pulldown"] .sg-form-sections-card__chapter > .sg-pulldown-panel__row + .sg-pulldown-panel__row,