From: Jérémy Fabre Date: Wed, 15 Feb 2017 15:09:24 +0000 (+0100) Subject: Fix map info windows overflow X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=f9f66ee04b330668f9bec88e7be86f239cdf9236;p=mezzo.git Fix map info windows overflow --- 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; } }