Merge branch 'reply-indicator-styles' into 'develop'
Fix styles in reply indicator Closes #1060 See merge request soapbox-pub/soapbox-fe!1724
This commit is contained in:
commit
2d9ac9e22e
2 changed files with 5 additions and 1 deletions
|
@ -43,7 +43,7 @@ const ReplyIndicator: React.FC<IReplyIndicator> = ({ status, hideActions, onCanc
|
|||
/>
|
||||
|
||||
<Text
|
||||
className='break-words'
|
||||
className='break-words status__content'
|
||||
size='sm'
|
||||
dangerouslySetInnerHTML={{ __html: status.contentHtml }}
|
||||
direction={isRtl(status.search_index) ? 'rtl' : 'ltr'}
|
||||
|
|
|
@ -54,6 +54,10 @@
|
|||
padding: 8px 12px;
|
||||
margin-bottom: 20px;
|
||||
word-break: break-all;
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
/* Markdown images */
|
||||
|
|
Loading…
Reference in a new issue