nrenner / brouter-web

Web client for BRouter, a routing engine based on OpenStreetMap
https://brouter.de/brouter-web/
MIT License
373 stars 74 forks source link

Wrap long URLs in custom layers overlay #733

Closed mjaschen closed 1 year ago

mjaschen commented 1 year ago

Long URLs were overflowing in the custom layers dialog. This pull request adds a class attribute to the cells of the URL column and uses CSS to wrap those URLs. Additionally, the URLs are printed in a monospace font, but that's for aesthetics only.

mjaschen commented 1 year ago

Before:

overlays-bug

After:

image