From bbca400a6d1e4f8fc8cfc0f618ff93bd028c625c Mon Sep 17 00:00:00 2001 From: Yash Kumar Date: Thu, 3 Sep 2026 09:33:02 +0530 Subject: [PATCH] fix(ui): truncate organization name properly in sidebar without clipping descenders --- apps/dokploy/components/layouts/side.tsx | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/apps/dokploy/components/layouts/side.tsx b/apps/dokploy/components/layouts/side.tsx index 66504d7e2..503e4686b 100644 --- a/apps/dokploy/components/layouts/side.tsx +++ b/apps/dokploy/components/layouts/side.tsx @@ -616,7 +616,7 @@ function SidebarLogo() { )} > {/* Organization Logo and Selector */} - +
-
-

+

+

{activeOrganization?.name ?? "Select Organization"}

{haveValidLicense && ( - Enterprise + Enterprise )}