From fd4ad996577593c22422f0b565cab1e4286c400f Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Sun, 11 May 2025 14:21:56 +0300 Subject: [PATCH] Remove min height from dashboard map popups --- app/assets/stylesheets/common.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index b553f7a3b..e615f48bc 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -744,7 +744,6 @@ tr.turn { .content_map .leaflet-popup-content { margin: $spacer; - min-height: 50px; } /* Rules for user popups on maps */ -- 2.39.5