From 0d6b9ee9d4da5981ee5ffcdeb6bb2fad4ec01542 Mon Sep 17 00:00:00 2001 From: orangemug Date: Mon, 29 Jun 2020 16:26:28 +0100 Subject: [PATCH] Fixed source modal CSS for new block definitions. --- src/styles/_modal.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/styles/_modal.scss b/src/styles/_modal.scss index 345e47e..a3d86bd 100644 --- a/src/styles/_modal.scss +++ b/src/styles/_modal.scss @@ -206,8 +206,8 @@ width: 30%; } - .maputnik-input-block-content { - width: 70%; + .maputnik-input-block-action { + width: 20%; } } @@ -218,8 +218,8 @@ width: 30%; } - .maputnik-input-block-content { - width: 70%; + .maputnik-input-block-action { + width: 20%; } }