From: Jay Sitter <jay@jaysitter.com> Date: Mon, 3 Jul 2023 00:20:08 +0000 (-0400) Subject: fix: Break text on post titles so long words don't overflow X-Git-Url: http://these/git/readmes/%22https:/nerdica.net/%24%7Bargs.pageFn.jump%20n%7D?a=commitdiff_plain;h=8a163fedde4c28dffb747dbb9ad6119b5eb45ef7;p=lemmy-ui.git fix: Break text on post titles so long words don't overflow --- diff --git a/src/shared/components/post/post-listing.tsx b/src/shared/components/post/post-listing.tsx index 654f92d..9bb416a 100644 --- a/src/shared/components/post/post-listing.tsx +++ b/src/shared/components/post/post-listing.tsx @@ -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={