mirror of https://gitee.com/answerdev/answer.git
refactor: update style
This commit is contained in:
parent
357d77385b
commit
517bf8c114
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue