From 150c0375e7079545a5083820280d007d865564ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Tue, 19 May 2026 16:13:52 +0200 Subject: [PATCH] Align pulldown slider remove spacing with slider component --- styleguide.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/styleguide.css b/styleguide.css index 7a34c22..c725530 100644 --- a/styleguide.css +++ b/styleguide.css @@ -1010,7 +1010,7 @@ section + section { top: auto; right: auto; transform: none; - margin-left: 0; + margin-left: calc(var(--spacing-small) * 1.5); grid-column: 4; grid-row: 1; } @@ -1705,6 +1705,7 @@ section + section { .sg-pulldown-panel .sg-slider-row[data-activatable="true"] .sg-activatable-remove { position: static; transform: none; + margin-left: calc(var(--spacing-small) * 1.5); grid-column: 3; grid-row: 2; }