From dc7a6bcc65f3b84a91d0ab903f0ebc1b5d2f4cf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Mon, 25 May 2026 07:57:06 +0200 Subject: [PATCH] Remove pulldown checkbox list top-margin special rule --- styleguide.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/styleguide.css b/styleguide.css index 59ba32d..38bc53d 100644 --- a/styleguide.css +++ b/styleguide.css @@ -1559,10 +1559,6 @@ section + section { color: var(--text-control-disabled); } - .sg-pulldown-panel__checkbox-list { - margin-top: var(--spacing-large); - } - .sg-pulldown-option-list { display: flex; flex-direction: column;