From 6e940d20187bf48ac387090f319708c1af53870a Mon Sep 17 00:00:00 2001 From: Michael Berry Date: Wed, 5 Feb 2025 09:42:28 +0000 Subject: [PATCH] Update styled.ts --- frontend/src/components/Nav/Menu/styled.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; `;