fix: buttons layout in card form fixed
This commit is contained in:
@@ -114,10 +114,17 @@ const CreateCardForm: FC<Props> = ({ onSubmit, onCancel }) => {
|
|||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
<div className={styles["buttons"]}>
|
<div className={styles["buttons"]}>
|
||||||
<Button type={"submit"}>Добавить</Button>
|
<Button
|
||||||
|
type={"submit"}
|
||||||
|
w={"100%"}
|
||||||
|
>
|
||||||
|
Добавить
|
||||||
|
</Button>
|
||||||
<Button
|
<Button
|
||||||
variant={"outline"}
|
variant={"outline"}
|
||||||
onClick={() => onCancel()}>
|
onClick={() => onCancel()}
|
||||||
|
w={"100%"}
|
||||||
|
>
|
||||||
Отменить
|
Отменить
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user