Closed shirok1 closed 2 years ago
Expected:
To solve:
.bilberry-hugo-theme a{ word-wrap: break-word; }
https://github.com/hitszlug/weekly/blob/21e93cda59790809e4180cc77b6f2f90fac10a22/static/css/custom.css#L15
I don't think break-word is a good solution.
overflow-wrap: anywhere;
This will be more ideal.
Addressed.
Expected:
To solve:
https://github.com/hitszlug/weekly/blob/21e93cda59790809e4180cc77b6f2f90fac10a22/static/css/custom.css#L15