From 8f9c699ffff13fbcd8819e449818b08dab7c84ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Mon, 25 May 2026 07:57:46 +0200 Subject: [PATCH] Normalize pulldown checkbox panel spacing by removing sg-body bottom margin --- styleguide.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styleguide.css b/styleguide.css index 38bc53d..262fe6a 100644 --- a/styleguide.css +++ b/styleguide.css @@ -1658,6 +1658,10 @@ section + section { flex-wrap: wrap; } + .sg-pulldown-panel__checkbox-list .sg-checkbox-field-option.sg-body { + margin-bottom: 0; + } + #component-checkbox-field .sg-checkbox-field-option .sg-state-example__label, #component-radio-field .sg-checkbox-field-option .sg-state-example__label { flex: 0 0 100%;