It seems some long titles can break the pages layout, here is an example of the issue:
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.
It seems some long titles can break the pages layout, here is an example of the issue:
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: