refactor: update style

This commit is contained in:
robin 2022-10-14 11:27:12 +08:00
parent 357d77385b
commit 517bf8c114
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ const Form = ({
<Button
variant="link"
size="sm"
className="text-nowrap btn-no-border"
className="text-nowrap btn-no-border ms-2 ms-md-0"
onClick={onCancel}>
{t('btn_cancel')}
</Button>

View File

@ -34,7 +34,7 @@ const Form = ({ userName, onSendReply, onCancel, mode }) => {
<Button
variant="link"
size="sm"
className="text-nowrap btn-no-border"
className="text-nowrap btn-no-border ms-2 ms-md-0"
onClick={onCancel}>
{t('btn_cancel')}
</Button>