From: Jay Sitter 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/README.ja.md?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 { return ( <> -
-
+
+
{url && this.props.showBody ? (