diff --git a/libs/components/editor-blocks/src/blocks/group/scene-kanban/styles.ts b/libs/components/editor-blocks/src/blocks/group/scene-kanban/styles.ts index 71457104c3..4cd22c978a 100644 --- a/libs/components/editor-blocks/src/blocks/group/scene-kanban/styles.ts +++ b/libs/components/editor-blocks/src/blocks/group/scene-kanban/styles.ts @@ -31,7 +31,7 @@ export const KanbanContainer = styled('div')({ // overscrollBehavior: 'contain', '& > * + *': { - marginLeft: '10px', + marginLeft: '20px', }, });