Add break-words to quoted status content
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
057c86da75
commit
023b327751
|
@ -136,6 +136,7 @@ class QuotedStatus extends ImmutablePureComponent<IQuotedStatus> {
|
|||
{this.renderReplyMentions()}
|
||||
|
||||
<Text
|
||||
className='break-words'
|
||||
size='sm'
|
||||
dangerouslySetInnerHTML={{ __html: status.contentHtml }}
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue