From 8a163fedde4c28dffb747dbb9ad6119b5eb45ef7 Mon Sep 17 00:00:00 2001 From: Jay Sitter Date: Sun, 2 Jul 2023 20:20:08 -0400 Subject: [PATCH] fix: Break text on post titles so long words don't overflow --- src/shared/components/post/post-listing.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ? (