From 67e5fe0b15d88fa604e103189259a4336dedc268 Mon Sep 17 00:00:00 2001 From: Michel Gabriel Date: Wed, 2 Oct 2024 16:48:52 +0200 Subject: [PATCH] Fix the width of the projection switcher The map projection switcher on the map is too small. This change fixes it. The change can be seen by adding a second projection for the map in the admin --- .../resources/catalog/views/default/less/gn_map_default.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-ui/src/main/resources/catalog/views/default/less/gn_map_default.less b/web-ui/src/main/resources/catalog/views/default/less/gn_map_default.less index 3fff351c769..e69c9b86a68 100644 --- a/web-ui/src/main/resources/catalog/views/default/less/gn_map_default.less +++ b/web-ui/src/main/resources/catalog/views/default/less/gn_map_default.less @@ -97,7 +97,7 @@ margin: 0; padding: 0; position: absolute; - width: 16.5em; + width: 24.5em; // 34em - 7em - 2.5em border-radius: 0; li { width: calc(~"100% -30px");