fix: Break text on post titles so long words don't overflow

This commit is contained in:
Jay Sitter 2023-07-02 20:20:08 -04:00
parent 8e20d16f71
commit 8a163fedde

View file

@ -477,8 +477,8 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
return (
<>
<div className="post-title overflow-hidden">
<h5 className="d-inline">
<div className="post-title">
<h5 className="d-inline text-break">
{url && this.props.showBody ? (
<a
className={