From 7f44430ef5bd60f5a9140c3f36f24f66f4560489 Mon Sep 17 00:00:00 2001 From: Fabricius Seifert Date: Tue, 11 Jun 2024 15:58:16 +0200 Subject: [PATCH] storepicker margin --- src/explore/components/StorePicker.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/explore/components/StorePicker.css b/src/explore/components/StorePicker.css index 3c9f439..d73d441 100644 --- a/src/explore/components/StorePicker.css +++ b/src/explore/components/StorePicker.css @@ -1,6 +1,6 @@ .e_StorePicker_control { padding: 2rem; - margin: 0 0 0 -2rem; + margin: 0 0 0 -1rem; display: flex; flex-wrap: wrap; gap: 1rem;