maps: force box model of map markers (#41724)

This commit is contained in:
Frédéric Péters 2020-04-15 09:05:24 +02:00
parent d66e3b5562
commit 3dc78494d1
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ div.leaflet-div-icon span i {
text-align: center;
transform: translateY(50%) rotate(-45deg);
height: 50%;
box-sizing: content-box;
}
div.leaflet-popup-content {