kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Merge branch 'next' into 'next'
Add break-words to quoted status content See merge request soapbox-pub/soapbox-fe!1283next
commit
ebc4f0c5eb
|
@ -136,6 +136,7 @@ class QuotedStatus extends ImmutablePureComponent<IQuotedStatus> {
|
|||
{this.renderReplyMentions()}
|
||||
|
||||
<Text
|
||||
className='break-words'
|
||||
size='sm'
|
||||
dangerouslySetInnerHTML={{ __html: status.contentHtml }}
|
||||
/>
|
||||
|
|
Ładowanie…
Reference in New Issue