Merge branch 'fix-spacing-regression' into 'develop'
Fix spacing regression See merge request soapbox-pub/soapbox-fe!1549
This commit is contained in:
commit
b354382f24
2 changed files with 7 additions and 5 deletions
Binary file not shown.
|
@ -21,11 +21,13 @@ const QuotedStatusContainer: React.FC = () => {
|
|||
}
|
||||
|
||||
return (
|
||||
<QuotedStatus
|
||||
status={status}
|
||||
onCancel={onCancel}
|
||||
compose
|
||||
/>
|
||||
<div className='mb-2'>
|
||||
<QuotedStatus
|
||||
status={status}
|
||||
onCancel={onCancel}
|
||||
compose
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue