diff --git a/packages/twenty-front/src/modules/ui/layout/show-page/components/ShowPageLeftContainer.tsx b/packages/twenty-front/src/modules/ui/layout/show-page/components/ShowPageLeftContainer.tsx index bf58a8786..51918a438 100644 --- a/packages/twenty-front/src/modules/ui/layout/show-page/components/ShowPageLeftContainer.tsx +++ b/packages/twenty-front/src/modules/ui/layout/show-page/components/ShowPageLeftContainer.tsx @@ -23,7 +23,7 @@ const StyledInnerContainer = styled.div` padding: ${({ theme }) => theme.spacing(3)}; padding-right: ${({ theme }) => theme.spacing(2)}; width: ${({ theme }) => - useIsMobile() ? `calc(100% - ${theme.spacing(5)})` : '320px'}; + useIsMobile() ? `calc(100% - ${theme.spacing(5)})` : '348px'}; `; const StyledIntermediateContainer = styled.div`