diff --git a/frontend/src/components/Nav/Menu/styled.ts b/frontend/src/components/Nav/Menu/styled.ts index 930d93a85..977ed1d85 100644 --- a/frontend/src/components/Nav/Menu/styled.ts +++ b/frontend/src/components/Nav/Menu/styled.ts @@ -45,7 +45,7 @@ export const ContentWrapper = styled.div` export const Title = styled.div` white-space: nowrap; - max-width: 110px; + max-width: 160px; overflow: hidden; text-overflow: ellipsis; `;