kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Merge branch 'reply-indicator-styles' into 'develop'
Fix styles in reply indicator Closes #1060 See merge request soapbox-pub/soapbox-fe!1724environments/review-develop-3zknud/deployments/762
commit
2d9ac9e22e
|
@ -43,7 +43,7 @@ const ReplyIndicator: React.FC<IReplyIndicator> = ({ status, hideActions, onCanc
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<Text
|
<Text
|
||||||
className='break-words'
|
className='break-words status__content'
|
||||||
size='sm'
|
size='sm'
|
||||||
dangerouslySetInnerHTML={{ __html: status.contentHtml }}
|
dangerouslySetInnerHTML={{ __html: status.contentHtml }}
|
||||||
direction={isRtl(status.search_index) ? 'rtl' : 'ltr'}
|
direction={isRtl(status.search_index) ? 'rtl' : 'ltr'}
|
||||||
|
|
|
@ -54,6 +54,10 @@
|
||||||
padding: 8px 12px;
|
padding: 8px 12px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
|
|
||||||
|
&:last-child {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Markdown images */
|
/* Markdown images */
|
||||||
|
|
Ładowanie…
Reference in New Issue