Fix spacing regression
This commit is contained in:
parent
e89b05e4cd
commit
b53527673f
2 changed files with 7 additions and 5 deletions
Binary file not shown.
|
@ -21,11 +21,13 @@ const QuotedStatusContainer: React.FC = () => {
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
<div className='mb-2'>
|
||||||
<QuotedStatus
|
<QuotedStatus
|
||||||
status={status}
|
status={status}
|
||||||
onCancel={onCancel}
|
onCancel={onCancel}
|
||||||
compose
|
compose
|
||||||
/>
|
/>
|
||||||
|
</div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue