Skip to content

Commit

Permalink
reduce margin of kanban item
Browse files Browse the repository at this point in the history
  • Loading branch information
Davy-c committed Dec 10, 2021
1 parent d3512f7 commit a7f63f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cloud/components/Views/Kanban/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,6 @@ const Container = styled.div`
.kanban__item,
.kanban__list__footer {
margin: ${({ theme }) => theme.sizes.spaces.df}px 0;
margin: ${({ theme }) => theme.sizes.spaces.sm}px 0;
}
`

0 comments on commit a7f63f8

Please sign in to comment.