]> git.parisson.com Git - mezzo.git/commitdiff
Fix map info windows overflow
authorJérémy Fabre <Jeremy@iMacdeJeremy2.fritz.box>
Wed, 15 Feb 2017 15:09:24 +0000 (16:09 +0100)
committerJérémy Fabre <Jeremy@iMacdeJeremy2.fritz.box>
Wed, 15 Feb 2017 15:09:24 +0000 (16:09 +0100)
app/static/src/sass/modules/_map-infowindow.scss

index bc98a9727660a5e25b3dddb154f9f8a0b343377c..ddf11754ec959a77402ec7b93d0fe8e3f8c0aa4f 100644 (file)
@@ -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;
         }
 
     }