1
0
mirror of https://github.com/tooot-app/app synced 2025-01-03 05:00:34 +01:00

Fix spacing between paragraphs

This commit is contained in:
xmflsct 2023-04-17 22:26:59 +02:00
parent 79fc0c814c
commit 6ed54c3f16

View File

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