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
parent e834b6a61f
commit 75660c23cf
No known key found for this signature in database
GPG Key ID: 1FAB9B9B4F93D473
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;