diff --git a/app/components/Sidebar/components/TeamButton.tsx b/app/components/Sidebar/components/TeamButton.tsx index b00b68147..dd35991de 100644 --- a/app/components/Sidebar/components/TeamButton.tsx +++ b/app/components/Sidebar/components/TeamButton.tsx @@ -58,6 +58,10 @@ const TeamName = styled.div` white-space: nowrap; text-decoration: none; font-size: 16px; + + text-overflow: ellipsis; + overflow: hidden; + width: 100%; `; const Wrapper = styled.div`