7 ms·
Yes. They need overflow-x: hidden and text-overflow: ellipsis on the post title div.
by rubyron 5y ago
Yes. They need overflow-x: hidden and text-overflow: ellipsis on the post title div.
- busymom0 5y agoBetter solution is adding `word-break: break-all;` to the `a` tag for .storylink class.