Skip to content

Commit

Permalink
#4852 - Remove margin left on Record Board (Kanban) (#4862)
Browse files Browse the repository at this point in the history
#4852

Hey, I'm very new to React! Also, this is my first try at contributing
to open source.

Hoping to learn React and Nestjs, I look forward to contributing more in
the future!

Looking forward to your feedback and guidance!

**Edit:**
![Group
9](https://github.com/twentyhq/twenty/assets/47709410/210a0b9e-0a26-4e3e-8e1b-a88837c90f10)

---------

Co-authored-by: Félix Malfait <[email protected]>
  • Loading branch information
karthikkashyap98 and FelixMalfait authored Apr 7, 2024
1 parent 9d77f12 commit 3eef4a8
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ const StyledContainer = styled.div`
display: flex;
flex: 1;
flex-direction: row;
margin-left: ${({ theme }) => theme.spacing(2)};
margin-right: ${({ theme }) => theme.spacing(2)};
`;

const StyledWrapper = styled.div`
Expand Down

0 comments on commit 3eef4a8

Please sign in to comment.