From ca56951256c39cf3586bbd0c13c5d6e55e46b258 Mon Sep 17 00:00:00 2001 From: orangemug Date: Tue, 30 Jun 2020 09:48:55 +0100 Subject: [PATCH] Fix styling in export model --- src/styles/_modal.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/styles/_modal.scss b/src/styles/_modal.scss index a3d86bd..6baf76b 100644 --- a/src/styles/_modal.scss +++ b/src/styles/_modal.scss @@ -127,6 +127,15 @@ .maputnik-export-modal { width: 400px; max-width: 100%; + + .maputnik-input-block-label { + width: 50%; + align-self: center; + } + + .maputnik-input-block-action { + width: 0; + } } .maputnik-add-layer {