Fix the size of the logo in the survey modal so it doesn't cause a visual jump when it loads.

This commit is contained in:
orangemug 2018-10-29 13:12:01 +00:00
parent 3d2a1d5d19
commit 48ebca6236

View file

@ -253,6 +253,7 @@
.maputnik-modal-survey__logo {
display: block;
margin: 0 auto;
height: 128px;
}
.maputnik-modal-survey__description {