From 6ed54c3f16c741ae78e2b2173cca2ca5a91ad9f3 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Mon, 17 Apr 2023 22:26:59 +0200 Subject: [PATCH] Fix spacing between paragraphs --- src/components/Parse/HTML.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Parse/HTML.tsx b/src/components/Parse/HTML.tsx index 8057cc6e..ba94896b 100644 --- a/src/components/Parse/HTML.tsx +++ b/src/components/Parse/HTML.tsx @@ -223,7 +223,7 @@ const ParseHTML: React.FC = ({ key={index} style={{ lineHeight: adaptedLineheight ? adaptedLineheight / 2 : undefined }} > - {'\n'} + {'\n\n'} ) case 'p':