From ce1e6518a29392728a0418bf82d3a7b07e695a5e Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Wed, 10 Jan 2024 22:51:54 -0800 Subject: Increase the number of lines for quote posts from 6 to 20 (#2489) --- src/view/com/util/post-embeds/QuoteEmbed.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/view/com/util/post-embeds/QuoteEmbed.tsx b/src/view/com/util/post-embeds/QuoteEmbed.tsx index e4a091e04..e5fe44c4d 100644 --- a/src/view/com/util/post-embeds/QuoteEmbed.tsx +++ b/src/view/com/util/post-embeds/QuoteEmbed.tsx @@ -118,7 +118,7 @@ export function QuoteEmbed({ ) : null} {!isEmpty ? ( - + {quote.text} ) : null} -- cgit 1.4.1