From 317884cf480c7400ecc36c6aaa6dcf776e372c31 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Wed, 18 Mar 2026 22:46:51 +0100 Subject: [PATCH] Simplify the maplibre error pane CSS --- app/assets/stylesheets/maplibre-gl-all.scss | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/assets/stylesheets/maplibre-gl-all.scss b/app/assets/stylesheets/maplibre-gl-all.scss index 807103691..742061d62 100644 --- a/app/assets/stylesheets/maplibre-gl-all.scss +++ b/app/assets/stylesheets/maplibre-gl-all.scss @@ -65,10 +65,6 @@ .maplibre-error { container-type: size; - p { - max-width: 600px; - } - /* Show compact message for small-height containers. For width-based container there is bootstrap @@ -81,6 +77,7 @@ .maplibre-error-compact { display: block !important; font-size: 0.75rem; + max-width: 600px !important; } } } -- 2.39.5