From d7c8f094620b9cd60b6bbdba727a1b89426362e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Mon, 25 May 2026 07:22:27 +0200 Subject: [PATCH] fix(components): apply input-like max width to slider component --- styleguide.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styleguide.css b/styleguide.css index 5ff7edb..a79c738 100644 --- a/styleguide.css +++ b/styleguide.css @@ -1155,7 +1155,7 @@ section + section { #component-slider .sg-slider-row .sg-slider { width: 100%; - max-width: none; + max-width: var(--layout-input-field-max-width); min-width: 0; grid-column: 2; } @@ -1206,7 +1206,7 @@ section + section { #component-slider .sg-activatable-row .sg-slider-row .sg-slider { width: 100%; - max-width: none; + max-width: var(--layout-input-field-max-width); min-width: 0; grid-column: 1; }