From 2818684df180c1e367647a7b0e907a7549f49b70 Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Fri, 28 Jul 2023 21:05:05 +0300 Subject: [PATCH] Remove unused 0 bottom margin from map ui css --- app/assets/stylesheets/common.scss | 7 ------- 1 file changed, 7 deletions(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 19cc8e5be..ab9a9e314 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -533,13 +533,6 @@ body.small-nav { } } -.layers-ui, -.share-ui { - li:last-child { - margin-bottom: 0; - } -} - .layers-ui { .base-layers { .leaflet-container { -- 2.39.5