From 9f0f5977b68c71910f35033060e6d4af888cd4bd Mon Sep 17 00:00:00 2001 From: Jakob Schwehn Date: Thu, 13 Feb 2025 15:54:18 +0100 Subject: [PATCH] left align switch / mobile search bar --- src/components/Switch/Switch.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Switch/Switch.scss b/src/components/Switch/Switch.scss index 227bdc33fd..1e64d0ee8f 100644 --- a/src/components/Switch/Switch.scss +++ b/src/components/Switch/Switch.scss @@ -66,7 +66,7 @@ $padding--mobile: 6px; @media screen and (max-width: $breakpoint--smartphone) { .switch { padding: $padding--mobile; - margin-left: $spacing--sm; + // margin-left: $spacing--sm; &:enabled { @include default-states($padding: $padding--mobile);