From 0451329edaff1e2e9c417535c235577038fb1eab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Sat, 23 May 2026 10:22:34 +0200 Subject: [PATCH] Sliderwert: sg-body-Margin im Slider-Scope neutralisieren --- styleguide.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/styleguide.css b/styleguide.css index 5c6605d..4c11b54 100644 --- a/styleguide.css +++ b/styleguide.css @@ -1061,6 +1061,8 @@ section + section { grid-column: 3; justify-self: start; align-self: center; + display: block; + margin: 0; } #component-slider .sg-activatable-row { @@ -1100,6 +1102,8 @@ section + section { justify-self: start; min-width: 0; align-self: center; + display: block; + margin: 0; } .sg-pulldown-panel .sg-slider-row[data-activatable="true"] { @@ -1180,6 +1184,7 @@ section + section { grid-row: 1; justify-self: start; align-self: center; + margin: 0; } #component-slider .sg-activatable-row .sg-slider-row .sg-label {