From 177a6028793fc40b254a663598e5e841b1ee2e9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Sat, 23 May 2026 10:08:11 +0200 Subject: [PATCH] Slider-Labelspalten im Component-Scope auf Inhaltsbreite reduzieren --- styleguide.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styleguide.css b/styleguide.css index 143f9f6..e75cef5 100644 --- a/styleguide.css +++ b/styleguide.css @@ -1025,7 +1025,7 @@ section + section { #component-slider .sg-slider-row { display: grid; grid-template-columns: - var(--layout-input-label-width) + max-content minmax(0, 1fr) auto; align-items: center; @@ -1064,7 +1064,7 @@ section + section { #component-slider .sg-activatable-row { display: grid; - grid-template-columns: auto var(--layout-input-label-width) minmax(0, 1fr) auto; + grid-template-columns: auto max-content minmax(0, 1fr) auto; align-items: center; column-gap: var(--spacing-large); width: 100%;