From 29b78aed689711b7869d0d5d5a306877b354da9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Sat, 23 May 2026 10:15:02 +0200 Subject: [PATCH] Sliderwert vertikal exakt zur Slider-Zeile ausrichten --- styleguide.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styleguide.css b/styleguide.css index f48ebda..5b58574 100644 --- a/styleguide.css +++ b/styleguide.css @@ -1105,7 +1105,7 @@ section + section { display: inline-flex; align-items: center; height: var(--interaction-height); - line-height: 1; + line-height: var(--interaction-height); } .sg-pulldown-panel .sg-slider-row[data-activatable="true"] {