From ce3c30896106e2ad308962b712b607d7f153e621 Mon Sep 17 00:00:00 2001 From: Jay Sitter Date: Sun, 25 Jun 2023 20:06:34 -0400 Subject: [PATCH] fix: Fix image/title wrapping on small --- 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 4e17fa2..d25e59b 100644 --- a/src/shared/components/post/post-listing.tsx +++ b/src/shared/components/post/post-listing.tsx @@ -1407,7 +1407,7 @@ export class PostListing extends Component {
{!this.props.viewOnly && ( -
+
{ />
)} -
+
{this.thumbnail()}
-- 2.44.1