From d45c1435e6649c6af91d5799a5162dfaa661c72b Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Thu, 7 Sep 2023 10:26:50 +0100 Subject: [PATCH] Use spacer for margins on leaflet popups --- app/assets/stylesheets/common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 926db8c63..b8c874fb8 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -1002,7 +1002,7 @@ tr.turn:hover { /* Rules for the user map */ .content_map .leaflet-popup-content { - margin: $lineheight/2; + margin: $spacer; min-height: 50px; } -- 2.39.5