Fix the bottom padding of help button in topbar

This commit is contained in:
David Larlet 2023-10-27 13:24:12 -04:00
parent 0c4495e356
commit c25de24009
No known key found for this signature in database
GPG key ID: 3E2953A359E7E7BD

View file

@ -432,8 +432,10 @@ ul.photon-autocomplete {
text-decoration: underline;
}
.leaflet-container .umap-help-link {
.leaflet-container [type="button"].umap-help-link {
font-size: 12px;
padding-bottom: 3px;
background-color: inherit;
}
.leaflet-container .leaflet-control-edit-save,
.leaflet-container .leaflet-control-edit-cancel,