chore: tweak kanban group gap

This commit is contained in:
lawvs
2022-08-01 11:33:29 +08:00
parent e6a27f6286
commit 8822d1a096

View File

@@ -31,7 +31,7 @@ export const KanbanContainer = styled('div')({
// overscrollBehavior: 'contain',
'& > * + *': {
marginLeft: '10px',
marginLeft: '20px',
},
});