improve styling
This commit is contained in:
parent
6f84f925aa
commit
52818bfeb4
@ -115,6 +115,7 @@ const KanbanColumn = (props) => {
|
|||||||
const { field, schemas } = useKanban();
|
const { field, schemas } = useKanban();
|
||||||
const { items } = props;
|
const { items } = props;
|
||||||
return (
|
return (
|
||||||
|
<div className={'nb-kanban-list'}>
|
||||||
<SortableContext
|
<SortableContext
|
||||||
// id={option.value}
|
// id={option.value}
|
||||||
items={items || []}
|
items={items || []}
|
||||||
@ -142,6 +143,7 @@ const KanbanColumn = (props) => {
|
|||||||
);
|
);
|
||||||
})}
|
})}
|
||||||
</SortableContext>
|
</SortableContext>
|
||||||
|
</div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -14,8 +14,11 @@
|
|||||||
background: #f9f9f9;
|
background: #f9f9f9;
|
||||||
margin-right: 12px;
|
margin-right: 12px;
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
|
.nb-kanban-list {
|
||||||
height: 60vh;
|
height: 60vh;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
margin-bottom: 12px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.nb-kanban-item {
|
.nb-kanban-item {
|
||||||
|
Loading…
Reference in New Issue
Block a user