CSS: Fix cut of text popup content

The overflow that was removed in 72f8fd971d did cut off long URLs and such which where now visible overflowing the popup content. However, we do want the visible but using `break-word`.
This commit is contained in:
Tobias 2021-12-28 21:29:31 +01:00 committed by GitHub
parent 72f8fd971d
commit b3ad642a06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1297,6 +1297,7 @@ a.add-datalayer:hover,
.umap-popup-container {
flex-grow: 1;
padding: 0 10px;
word-break: break-word;
}
.leaflet-popup-content h3 {
margin-bottom: 0;