sforkowany z mirror/soapbox
Fix: post content is not truncated or wrapped in reply box
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>rtk-query
rodzic
c2d511bcd5
commit
c7fc5e65f8
|
@ -43,6 +43,7 @@ const ReplyIndicator: React.FC<IReplyIndicator> = ({ status, hideActions, onCanc
|
|||
/>
|
||||
|
||||
<Text
|
||||
className='break-words'
|
||||
size='sm'
|
||||
dangerouslySetInnerHTML={{ __html: status.contentHtml }}
|
||||
direction={isRtl(status.search_index) ? 'rtl' : 'ltr'}
|
||||
|
|
Ładowanie…
Reference in New Issue