hitszosa / bilberry-hugo-theme

Premium theme for the hugo site builder. DEMO:
https://lednerb.github.io/bilberry-hugo-theme/
MIT License
0 stars 0 forks source link

Hyperlink don't warp at short width #1

Closed shirok1 closed 2 years ago

shirok1 commented 2 years ago

image

Expected: image

To solve:

.bilberry-hugo-theme a{
  word-wrap: break-word;
}

https://github.com/hitszlug/weekly/blob/21e93cda59790809e4180cc77b6f2f90fac10a22/static/css/custom.css#L15

rewired-gh commented 2 years ago

I don't think break-word is a good solution.

shirok1 commented 2 years ago

image

rewired-gh commented 2 years ago
overflow-wrap: anywhere;

This will be more ideal.

rewired-gh commented 2 years ago

Addressed.