Skip to content

Commit

Permalink
Use spacer for margins on leaflet popups
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitystorm committed Sep 7, 2023
1 parent 56c2b87 commit fc15e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ tr.turn:hover {
/* Rules for the user map */

.content_map .leaflet-popup-content {
margin: $lineheight/2;
margin: $spacer;
min-height: 50px;
}

Expand Down

0 comments on commit fc15e2f

Please sign in to comment.