fix: fixed status button for mobile

This commit is contained in:
2025-08-17 10:48:51 +04:00
parent 92efe3fb66
commit 85ed974f5e
2 changed files with 2 additions and 3 deletions

View File

@ -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}