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 122b39443..c24337042 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 @@ -77,7 +77,9 @@ const StyledItem = styled.div` `; const StyledItemLabel = styled.div` - display: flex; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; `; const StyledSoonPill = styled.div`