kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Add break-words to quoted status content
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>next
rodzic
057c86da75
commit
023b327751
|
@ -136,6 +136,7 @@ class QuotedStatus extends ImmutablePureComponent<IQuotedStatus> {
|
||||||
{this.renderReplyMentions()}
|
{this.renderReplyMentions()}
|
||||||
|
|
||||||
<Text
|
<Text
|
||||||
|
className='break-words'
|
||||||
size='sm'
|
size='sm'
|
||||||
dangerouslySetInnerHTML={{ __html: status.contentHtml }}
|
dangerouslySetInnerHTML={{ __html: status.contentHtml }}
|
||||||
/>
|
/>
|
||||||
|
|
Ładowanie…
Reference in New Issue