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:
parent
79fc0c814c
commit
6ed54c3f16
@ -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':
|
||||||
|
Loading…
Reference in New Issue
Block a user