From f9f66ee04b330668f9bec88e7be86f239cdf9236 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Wed, 15 Feb 2017 16:09:24 +0100 Subject: [PATCH] Fix map info windows overflow --- app/static/src/sass/modules/_map-infowindow.scss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app/static/src/sass/modules/_map-infowindow.scss b/app/static/src/sass/modules/_map-infowindow.scss index bc98a972..ddf11754 100644 --- a/app/static/src/sass/modules/_map-infowindow.scss +++ b/app/static/src/sass/modules/_map-infowindow.scss @@ -22,19 +22,22 @@ $module: ".map-infowindow"; #{$module} { - @include padding(1); + padding: 24px; + padding-right: 1px; + @include clearfix; - margin-right: -23px; color: $color-background; &__content { //float: left; text-align: center; + max-width: 200px; p { @include margin(0); + line-height: 1.1rem; } } -- 2.39.5