Merged PR 2377: added enlarge map view on dnsapplication list

added enlarge map view on dnsapplication list

Related work items: #23774
This commit is contained in:
Robert Bond
2026-06-09 10:04:32 +00:00
parent c39e4bcc9a
commit 7e47340326
6 changed files with 72 additions and 43 deletions
+17
View File
@@ -3543,4 +3543,21 @@ ul.subFieldList {
font-weight: normal;
text-decoration: none;
white-space: nowrap;
}
.map-container {
width: 100%;
}
.map-container--expanded {
margin-bottom: 30px;
}
.map-expand-link {
background: none;
border: 0;
padding: 0;
cursor: pointer;
}