From bbca400a6d1e4f8fc8cfc0f618ff93bd028c625c Mon Sep 17 00:00:00 2001 From: Yash Kumar Date: Thu, 3 Sep 2026 09:33:02 +0530 Subject: [PATCH 1/2] 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 )}
From d1fda6368ceee14245c99b289c6d0fafae3dd320 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 04:16:04 +0000 Subject: [PATCH 2/2] [autofix.ci] apply automated fixes --- apps/dokploy/components/layouts/side.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/dokploy/components/layouts/side.tsx b/apps/dokploy/components/layouts/side.tsx index 503e4686b..4c76795f5 100644 --- a/apps/dokploy/components/layouts/side.tsx +++ b/apps/dokploy/components/layouts/side.tsx @@ -660,7 +660,9 @@ function SidebarLogo() { {activeOrganization?.name ?? "Select Organization"}

{haveValidLicense && ( - Enterprise + + Enterprise + )}