fix: fixed status button for mobile
This commit is contained in:
@ -12,9 +12,7 @@ const CreateStatusButton = () => {
|
||||
|
||||
return (
|
||||
<Stack>
|
||||
<Box
|
||||
className={styles.container}
|
||||
style={{ width: "fit-content", minWidth: "auto" }}>
|
||||
<Box className={styles.container}>
|
||||
<InPlaceInput
|
||||
placeholder={"Название колонки"}
|
||||
onComplete={onCreateStatus}
|
||||
|
||||
Reference in New Issue
Block a user