From 8842292196e800dd132d7861afacc12b5bc09855 Mon Sep 17 00:00:00 2001 From: Vinod Rathod <112850789+rathodvinod5@users.noreply.github.com> Date: Tue, 14 May 2024 21:58:13 +0530 Subject: [PATCH] Fixed left padding for switcher icon on the table checkboxes #4351 (#4963) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #4351 - Fixed spacing issue in TopBar file. --------- Co-authored-by: Félix Malfait --- packages/twenty-front/src/modules/ui/layout/top-bar/TopBar.tsx | 1 - 1 file changed, 1 deletion(-) 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; `;