Fix spacing between paragraphs

This commit is contained in:
xmflsct 2023-04-17 22:26:59 +02:00
parent 79fc0c814c
commit 6ed54c3f16
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ const ParseHTML: React.FC<Props> = ({
key={index}
style={{ lineHeight: adaptedLineheight ? adaptedLineheight / 2 : undefined }}
>
{'\n'}
{'\n\n'}
</Text>
)
case 'p':