From 5fe2fc2778b30b8db18c47faa646d6d1386b76b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Mart=C3=ADn=20Mi=C3=B1arro?= <80736129+Juojo@users.noreply.github.com> Date: Wed, 12 Jun 2024 05:24:38 -0300 Subject: [PATCH] Add 8px margin to the left of the Tasks' tab list (#5833) I implemented the margin requested on #5827 --------- Co-authored-by: Thomas Trompette --- packages/twenty-front/src/pages/tasks/Tasks.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/twenty-front/src/pages/tasks/Tasks.tsx b/packages/twenty-front/src/pages/tasks/Tasks.tsx index c1cfd3a28..978f35205 100644 --- a/packages/twenty-front/src/pages/tasks/Tasks.tsx +++ b/packages/twenty-front/src/pages/tasks/Tasks.tsx @@ -29,7 +29,6 @@ const StyledTabListContainer = styled.div` align-items: end; display: flex; height: 40px; - margin-left: ${({ theme }) => `-${theme.spacing(2)}`}; `; export const Tasks = () => {