refactor: removed constant sizes
This commit is contained in:
@ -27,12 +27,13 @@ const StatusColumnWrapper = ({
|
||||
};
|
||||
|
||||
return (
|
||||
<Box
|
||||
mx={7}
|
||||
className={styles.container}>
|
||||
<Box className={styles.container}>
|
||||
<Group
|
||||
justify={"space-between"}
|
||||
className={"flex-nowrap border-b-3 border-blue-500 mb-3 p-3"}>
|
||||
p={"sm"}
|
||||
wrap={"nowrap"}
|
||||
mb={"xs"}
|
||||
className={styles.header}>
|
||||
<InPlaceInput
|
||||
defaultValue={status.name}
|
||||
onComplete={value => handleSave(value)}
|
||||
|
||||
Reference in New Issue
Block a user