From 48ebca6236f74d1ccca98e4fd539632fa7f3180d Mon Sep 17 00:00:00 2001 From: orangemug Date: Mon, 29 Oct 2018 13:12:01 +0000 Subject: [PATCH] Fix the size of the logo in the survey modal so it doesn't cause a visual jump when it loads. --- src/styles/_modal.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/_modal.scss b/src/styles/_modal.scss index deada7f1..7d034005 100644 --- a/src/styles/_modal.scss +++ b/src/styles/_modal.scss @@ -253,6 +253,7 @@ .maputnik-modal-survey__logo { display: block; margin: 0 auto; + height: 128px; } .maputnik-modal-survey__description {