From d6ec4bd3d14e4165deb890187a242a6bf235b66e Mon Sep 17 00:00:00 2001 From: Rakesh Bhugra <81642485+rakeshbhugra@users.noreply.github.com> Date: Mon, 31 Aug 2026 23:49:36 +0530 Subject: [PATCH] fix: prevent deployment commit hash overflow on mobile --- .../dashboard/application/deployments/show-deployments.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dokploy/components/dashboard/application/deployments/show-deployments.tsx b/apps/dokploy/components/dashboard/application/deployments/show-deployments.tsx index 1a531e24c..b3be371ca 100644 --- a/apps/dokploy/components/dashboard/application/deployments/show-deployments.tsx +++ b/apps/dokploy/components/dashboard/application/deployments/show-deployments.tsx @@ -342,7 +342,7 @@ export const ShowDeployments = ({ )} {/* Hash (from description) - shown in compact form */} {deployment.description?.trim() && ( - + {deployment.description} )}