You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 27, 2019. It is now read-only.
When text in the popup is of a certain length, the table seems to extend (in this case) 20px beyond the edge of the popup, resulting in weird grey bars.
The usual fixes for limiting a table's width don't seem to work:
The cheat's solution would be to set overflow:hidden on the table's parent, .leaflet-popup-content, but then the cell content collides with the edge of the popup.
I think it's being caused by the truncated link on the second line. Making that shorter fixes the problem.
Another solution, then, might be to remove the RegExp truncation, and instead use: