[uMap] regression in popup shape side panel/popup large label popup style table unreadable
Jelle de Jong
jelledejong at powercraft.nl
Thu Jun 1 11:14:17 UTC 2023
Hello everybody,
I use a popup template that was working fine until recently.
Content that used to be shown as: display_name
now becomes:
di
sp
la
y_
na
me
This happens both with popup shape: table, popup large.
I have been unable to get it back to something that is readable.
It looks like this css code is causing the issue:
.umap-popup-content th, .umap-popup-content td {
word-break: break-word;
}
Can someone please undo the changes that have been made?
Is there a way to load my own bellow css code with a umap map?
.umap-popup-content th, .umap-popup-content td {
word-break: normal;
}
Kind regards,
Jelle de Jong
More information about the Umap
mailing list