maps: force break-word for long url in popup (#86048)
gitea/combo/pipeline/head This commit looks good Details

This commit is contained in:
Lauréline Guérin 2024-01-23 16:48:31 +01:00 committed by Lauréline Guérin
parent 32641a04a1
commit 59103a7db8
1 changed files with 3 additions and 0 deletions

View File

@ -137,6 +137,9 @@ div.leaflet-popup-content {
}
span.field-label + span.field-value {
font-weight: bold;
a {
overflow-wrap: break-word;
}
}
div.file-field {
font-weight: normal;