From f7b9f7c893b15600605aa96a9211ece4748b88ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Tue, 19 May 2026 15:47:30 +0200 Subject: [PATCH] Align mobile activatable slider remove button with value --- styleguide.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/styleguide.css b/styleguide.css index e0a4f99..76f074a 100644 --- a/styleguide.css +++ b/styleguide.css @@ -992,6 +992,19 @@ section + section { align-self: center; white-space: nowrap; } + + #component-slider .sg-slider-row[data-activatable="true"] { + padding-right: 0; + } + + #component-slider .sg-slider-row[data-activatable="true"] .sg-activatable-remove { + position: static; + top: auto; + right: auto; + transform: none; + align-self: center; + margin-left: calc(var(--spacing-small) * 1.5); + } } .sg-sandwich-button {