From 4fec8ccc1fdaa3202261408d147183a30f71c8ff Mon Sep 17 00:00:00 2001 From: nboisteault Date: Thu, 20 Jun 2024 19:16:07 +0200 Subject: [PATCH] Remove CSS height and width (16px) for legends --- lizmap/www/assets/css/map.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lizmap/www/assets/css/map.css b/lizmap/www/assets/css/map.css index c572efe83f..7974f1dabc 100644 --- a/lizmap/www/assets/css/map.css +++ b/lizmap/www/assets/css/map.css @@ -3085,11 +3085,6 @@ lizmap-treeview .spinner::after { right: 2px; } -lizmap-treeview img.legend{ - height: 16px; - width: 16px; -} - lizmap-treeview .symbols img.legend { margin-right: 4px; }