Hacker News new | ask | show | jobs
by 33degrees 3090 days ago
The page is styled to

    overflow-wrap: break-word;
But it's not clear what's triggering it
1 comments

which, by spec, only allows breaking the word if the word is too long to fit on a line by itself. You'd need like a 1 inch wide screen to hit that edge case from what I've been testing.