Y
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
busymom0
1715 days ago
Better solution is adding `word-break: break-all;` to the `a` tag for .storylink class.
link