fix margins of popup again

This commit is contained in:
Laura Klünder 2017-12-20 17:39:21 +01:00
parent 07df622730
commit 9bdd06ccb0

View file

@ -551,7 +551,7 @@ main:not([data-view=route-result]) #route-dots {
color: $color-secondary; color: $color-secondary;
overflow: hidden; overflow: hidden;
line-height: 1.6; line-height: 1.6;
margin: 15px 0 10px; margin: 15px 10px 10px;
padding: 0; padding: 0;
} }
.location-popup .leaflet-popup-content .location { .location-popup .leaflet-popup-content .location {