Closed mjaschen closed 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.
Before:
After:
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.