Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/pull/4832'
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed May 25, 2024
2 parents a15f4ed + 20f112b commit affa9bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion app/assets/javascripts/leaflet.layers.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ L.OSM.layers = function (options) {

$("<p>")
.text(I18n.t("javascripts.map.layers.overlays"))
.attr("class", "text-body-secondary")
.attr("class", "text-body-secondary small mb-2")
.appendTo(overlaySection);

var overlays = $("<ul class='list-unstyled form-check'>")
Expand Down
4 changes: 0 additions & 4 deletions app/assets/stylesheets/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -423,10 +423,6 @@ body.small-nav {
}

.overlay-layers {
p {
font-size: 13px;
margin-bottom: 8px;
}
li.disabled { color: $darkgrey; }
}
}
Expand Down

0 comments on commit affa9bb

Please sign in to comment.