From 8822d1a0962388b8b6e064c330b06051538789c3 Mon Sep 17 00:00:00 2001 From: lawvs <18554747+lawvs@users.noreply.github.com> Date: Mon, 1 Aug 2022 11:33:29 +0800 Subject: [PATCH] chore: tweak kanban group gap --- .../editor-blocks/src/blocks/group/scene-kanban/styles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', }, });