Skip to content

Commit eec45b8

Browse files
twentyhq#4852 - Remove margin left on Record Board (Kanban)
1 parent 4713ba0 commit eec45b8

File tree

1 file changed

+0
-1
lines changed
  • packages/twenty-front/src/modules/object-record/record-board/components

1 file changed

+0
-1
lines changed

packages/twenty-front/src/modules/object-record/record-board/components/RecordBoard.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ const StyledContainer = styled.div`
2626
display: flex;
2727
flex: 1;
2828
flex-direction: row;
29-
margin-left: ${({ theme }) => theme.spacing(2)};
3029
margin-right: ${({ theme }) => theme.spacing(2)};
3130
`;
3231

0 commit comments

Comments
 (0)