mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-26 13:31:45 +03:00
Add 8px margin to the left of the Tasks' tab list (#5833)
I implemented the margin requested on #5827 --------- Co-authored-by: Thomas Trompette <thomas.trompette@sfr.fr>
This commit is contained in:
parent
5ec98b5ac3
commit
5fe2fc2778
@ -29,7 +29,6 @@ const StyledTabListContainer = styled.div`
|
||||
align-items: end;
|
||||
display: flex;
|
||||
height: 40px;
|
||||
margin-left: ${({ theme }) => `-${theme.spacing(2)}`};
|
||||
`;
|
||||
|
||||
export const Tasks = () => {
|
||||
|
Loading…
Reference in New Issue
Block a user