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 {