pl-fe: hide overflowing content for mfm

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2025-06-18 00:03:05 +02:00
parent 5272cf8d30
commit ad8c523065

View File

@ -513,7 +513,7 @@ const ParsedMfm: React.FC<IParsedMfm> = React.memo(({ text, emojis, mentions, sp
}).flat(Infinity);
return (
<bdi className='plfe-mfm'>
<bdi className='plfe-mfm block overflow-hidden'>
<span>
{genEl(rootAst, 1)}
</span>