From 29f13262ff0bc061d11dfc29bf2cd9982539d507 Mon Sep 17 00:00:00 2001 From: Mitchell McCaffrey Date: Sun, 26 Apr 2020 19:21:44 +1000 Subject: [PATCH] Adjusted spacing on map settings --- src/components/map/MapSettings.js | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/src/components/map/MapSettings.js b/src/components/map/MapSettings.js index 728707c..77df2a6 100644 --- a/src/components/map/MapSettings.js +++ b/src/components/map/MapSettings.js @@ -35,6 +35,7 @@ function MapSettings({ } disabled={map === null || map.type === "default"} min={1} + my={1} /> @@ -48,23 +49,15 @@ function MapSettings({ } disabled={map === null || map.type === "default"} min={1} + my={1} /> {showMore && ( <> - - onSettingsChange("name", e.target.value)} - disabled={map === null || map.type === "default"} - /> - - - + + + + onSettingsChange("name", e.target.value)} + disabled={map === null || map.type === "default"} + my={1} + /> + )}