From f9d6a465d3190505e54ce622577d9fdf10c02de7 Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Mon, 12 May 2025 10:19:33 +0300 Subject: [PATCH] Combine dashboard user popup custom css --- app/assets/stylesheets/common.scss | 3 +-- app/assets/stylesheets/leaflet-all.scss | 7 ------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 09e035024..1d4f16b14 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -744,8 +744,7 @@ tr.turn { .user_popup { p { - padding: 0 0 5px 0; - margin: 0 0 0 60px; + margin: 0 0 5px 0 !important; font-size: 12px; } } diff --git a/app/assets/stylesheets/leaflet-all.scss b/app/assets/stylesheets/leaflet-all.scss index 28fbef4ce..f32fdf41d 100644 --- a/app/assets/stylesheets/leaflet-all.scss +++ b/app/assets/stylesheets/leaflet-all.scss @@ -12,10 +12,3 @@ div.leaflet-marker-icon.location-filter.resize-marker { div.leaflet-marker-icon.location-filter.move-marker { background-image: image-url("img/move-handle.png"); } - -/* Override some conflicting styles. - https://github.com/openstreetmap/openstreetmap-website/pull/121#issuecomment-10206946 */ - -.user_popup p { - margin: 0 !important; -} -- 2.39.5