Fix styles in reply indicator
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
3866b104db
commit
d9aee6d98e
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