sforkowany z mirror/soapbox
Merge branch 'break-words-reply-indicator' into 'develop'
Fix: post content is not truncated or wrapped in reply box Closes #1041 See merge request soapbox-pub/soapbox-fe!1642rtk-query
commit
66168f5ad9
|
@ -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