kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Fix: post content is not truncated or wrapped in reply box
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>environments/review-develop-3zknud/deployments/565^2
rodzic
c2d511bcd5
commit
c7fc5e65f8
|
@ -43,6 +43,7 @@ const ReplyIndicator: React.FC<IReplyIndicator> = ({ status, hideActions, onCanc
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<Text
|
<Text
|
||||||
|
className='break-words'
|
||||||
size='sm'
|
size='sm'
|
||||||
dangerouslySetInnerHTML={{ __html: status.contentHtml }}
|
dangerouslySetInnerHTML={{ __html: status.contentHtml }}
|
||||||
direction={isRtl(status.search_index) ? 'rtl' : 'ltr'}
|
direction={isRtl(status.search_index) ? 'rtl' : 'ltr'}
|
||||||
|
|
Ładowanie…
Reference in New Issue