Skip to content

Commit 274fd6f

Browse files
kazup01Davy-c
authored andcommitted
Fix kanban margin
1 parent bb68582 commit 274fd6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cloud/components/Views/Kanban/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,6 @@ const Container = styled.div`
422422
423423
.kanban__item,
424424
.kanban__list__footer {
425-
margin: ${({ theme }) => theme.sizes.spaces.xsm}px 0;
425+
margin: ${({ theme }) => theme.sizes.spaces.sm}px 0;
426426
}
427427
`

0 commit comments

Comments
 (0)