Y
Hacker News
new
|
ask
|
show
|
jobs
by
lucideer
3090 days ago
The site has the following rule in their CSS:
html { overflow-wrap: break-word; }
which could be causing this at certain screen-sizes.
1 comments
Vendan
3090 days ago
only if the word is too long to fit on a line by itself. If the browser is breaking it at the end of a line instead of flowing it to the start of the next line, then it's in violation of the spec.
link