fix: centered columns in funnel dnd for mobile
This commit is contained in:
@ -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}
|
||||
|
||||
Reference in New Issue
Block a user