fix: changes height of create status button
This commit is contained in:
@ -12,7 +12,9 @@ const CreateStatusButton = () => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Box className={styles.container}>
|
<Box className={styles.container}>
|
||||||
<Box className={styles["inner-container"]}>
|
<Box
|
||||||
|
p={isMobile ? "sm" : 0}
|
||||||
|
className={styles["inner-container"]}>
|
||||||
<InPlaceInput
|
<InPlaceInput
|
||||||
placeholder={"Название колонки"}
|
placeholder={"Название колонки"}
|
||||||
onComplete={statusesCrud.onCreate}
|
onComplete={statusesCrud.onCreate}
|
||||||
@ -23,7 +25,7 @@ const CreateStatusButton = () => {
|
|||||||
<Group
|
<Group
|
||||||
gap={"xs"}
|
gap={"xs"}
|
||||||
wrap={"nowrap"}
|
wrap={"nowrap"}
|
||||||
align={"start"}>
|
align={"center"}>
|
||||||
<IconPlus />
|
<IconPlus />
|
||||||
{isMobile && <Text>Добавить</Text>}
|
{isMobile && <Text>Добавить</Text>}
|
||||||
</Group>
|
</Group>
|
||||||
|
|||||||
Reference in New Issue
Block a user