gabriel-dehan / dyson-sphere-blueprints

A community website to share dyson sphere program blueprints
47 stars 11 forks source link

Long blueprint titles can break page layout #56

Closed Martin-Pitt closed 1 year ago

Martin-Pitt commented 1 year ago

It seems some long titles can break the pages layout, here is an example of the issue:

Screenshot 2023-08-03 at 04 13 44

I've debugged the issue and found that using word-break: break-word; would be a good way to handle this problem. I've not checked how this works across different languages but it's the most friendly typographical option of the other word-break options IMHO.

Fixed in PR #55:

Screenshot 2023-08-03 at 04 13 53