correct white square size when drawing a polyline under firefox 57

merge-requests/3/head
Julien Veyssier 2017-08-17 19:06:51 +02:00
parent ef3c252f79
commit 409d71d363
1 changed files with 6 additions and 0 deletions

View File

@ -905,3 +905,9 @@ div#ho button {
background-color: #F7F7F7;
border: solid 1px lightgrey;
}
.leaflet-editing-icon {
width: 8px !important;
height: 8px !important;
margin-left: -4px !important;
margin-top: -4px !important;
}