fix: centered columns in funnel dnd for mobile

This commit is contained in:
2025-08-17 19:35:21 +04:00
parent e5e87f775d
commit 3ccebeb123
4 changed files with 14 additions and 9 deletions

View File

@ -11,8 +11,8 @@ const CreateStatusButton = () => {
const isMobile = useIsMobile();
return (
<Stack>
<Box className={styles.container}>
<Stack className={styles.container}>
<Box className={styles["inner-container"]}>
<InPlaceInput
placeholder={"Название колонки"}
onComplete={onCreateStatus}