diff --git a/packages/twenty-front/src/modules/ui/navigation/navigation-drawer/components/NavigationDrawerItem.tsx b/packages/twenty-front/src/modules/ui/navigation/navigation-drawer/components/NavigationDrawerItem.tsx index df4cf36fc4..78ef57a89a 100644 --- a/packages/twenty-front/src/modules/ui/navigation/navigation-drawer/components/NavigationDrawerItem.tsx +++ b/packages/twenty-front/src/modules/ui/navigation/navigation-drawer/components/NavigationDrawerItem.tsx @@ -111,6 +111,7 @@ const StyledItem = styled.button` height: ${themeCssVariables.spacing[7]}; margin-top: ${({ indentationLevel }) => indentationLevel === 2 ? '2px' : '0'}; + min-width: 0; padding-bottom: ${themeCssVariables.spacing[1]}; padding-left: ${themeCssVariables.spacing[1]}; padding-right: ${({ hasRightOptions }) =>