From a86abe4e862230220d5f47db93e78d4de26a49f4 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sat, 20 Jan 2024 15:56:59 +0100 Subject: =?UTF-8?q?Add=20=E2=80=9Cmineral=20rights=E2=80=9D=20layers=20(fr?= =?UTF-8?q?om=20SGU).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 2ffaef1..655c032 100644 --- a/style.css +++ b/style.css @@ -186,9 +186,10 @@ html, body { #layer-selection-panel, #map-legend-panel { position: relative; - min-width: min-content; - max-width: 35%; - width: revert; + /*min-width: min-content;*/ + /*max-width: 35%;*/ + /*width: revert;*/ + width: 360px; margin-right: 1rem; font-size: medium; z-index: 0; @@ -358,6 +359,10 @@ html, body { .popover-body table > tbody > tr > td { padding: 0.1rem 0.3rem; } +.feature-attr-mrr-license-id, .feature-attr-dnr { + font-family: var(--bs-font-monospace); + word-wrap: break-word; +} .popover-header h6 { margin: 0; -- cgit v1.2.3