From bcef312a12f0edf3771e7fcb994ed69df9583c18 Mon Sep 17 00:00:00 2001 From: Nimish Date: Wed, 12 Aug 2026 17:09:29 +0530 Subject: [PATCH] fix(frontend): truncate long organization names --- frontend/components/layout/Sidebar.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/components/layout/Sidebar.tsx b/frontend/components/layout/Sidebar.tsx index 19ccd41c8..b6ec4702d 100644 --- a/frontend/components/layout/Sidebar.tsx +++ b/frontend/components/layout/Sidebar.tsx @@ -125,11 +125,11 @@ const Sidebar = () => { ) : ( -
+
- + {activeOrganisation?.name}
@@ -137,7 +137,7 @@ const Sidebar = () => { {showOrgsMenu && !collapsed && ( @@ -192,11 +192,11 @@ const Sidebar = () => { : 'text-zinc-700 dark:text-zinc-300 dark:hover:text-emerald-500' } group flex w-full gap-2 items-center justify-between px-2 py-2 border-b border-neutral-500/20`} > -
+
- + {org.name}