Hacker News new | ask | show | jobs
by rubyron 1715 days ago
Yes. They need overflow-x: hidden and text-overflow: ellipsis on the post title div.
1 comments

Better solution is adding `word-break: break-all;` to the `a` tag for .storylink class.