diff --git a/packages/twenty-front/src/modules/ui/layout/top-bar/TopBar.tsx b/packages/twenty-front/src/modules/ui/layout/top-bar/TopBar.tsx index 051566012..f19e3efaf 100644 --- a/packages/twenty-front/src/modules/ui/layout/top-bar/TopBar.tsx +++ b/packages/twenty-front/src/modules/ui/layout/top-bar/TopBar.tsx @@ -25,7 +25,6 @@ const StyledTopBar = styled.div<{ displayBottomBorder: boolean }>` font-weight: ${({ theme }) => theme.font.weight.medium}; height: 39px; justify-content: space-between; - padding-left: ${({ theme }) => theme.spacing(2)}; padding-right: ${({ theme }) => theme.spacing(2)}; z-index: 7; `;