Skip to content

Commit

Permalink
Merge pull request #110 from joaopalmeiro/standardize-margin-controls
Browse files Browse the repository at this point in the history
Standardize the margin of Leaflet map controls
  • Loading branch information
tomahock authored Aug 22, 2024
2 parents b7442ec + 66ef01f commit c460e44
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion fogospt/resources/assets/sass/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1035,4 +1035,10 @@ deve ser carregado depois do CSS da leaflet */
.leaflet-top .leaflet-control {
margin-top: 90px !important;
}
}
}

/* Remove a `margin-bottom` aplicada pelo Bootstrap para garantir que os widgets
têm margens uniformes. */
.leaflet-control-layers label:last-child {
margin-bottom: unset;
}

0 comments on commit c460e44

Please sign in to comment.