aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css11
1 files changed, 8 insertions, 3 deletions
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;