From 1ed41fe2f8c2ad6283179d6a7f8e06af87c1061c Mon Sep 17 00:00:00 2001 From: Amit Date: Sat, 2 May 2026 22:40:38 +0530 Subject: [PATCH] fix: align card footers to bottom on project and service cards Cards with descriptions appeared taller than those without, causing the 'Created at' and service count text to be misaligned across cards in the same row. - Add flex-col and mt-auto to project cards so footer sticks to bottom - Add h-full to service card Link and Card so they fill the grid cell --- apps/dokploy/components/dashboard/projects/show.tsx | 4 ++-- .../project/[projectId]/environment/[environmentId].tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/dokploy/components/dashboard/projects/show.tsx b/apps/dokploy/components/dashboard/projects/show.tsx index f04f38bcc..2a518e552 100644 --- a/apps/dokploy/components/dashboard/projects/show.tsx +++ b/apps/dokploy/components/dashboard/projects/show.tsx @@ -344,7 +344,7 @@ export const ShowProjects = () => { } }} > - + @@ -491,7 +491,7 @@ export const ShowProjects = () => { - +
Created diff --git a/apps/dokploy/pages/dashboard/project/[projectId]/environment/[environmentId].tsx b/apps/dokploy/pages/dashboard/project/[projectId]/environment/[environmentId].tsx index 01c459af7..a992864b5 100644 --- a/apps/dokploy/pages/dashboard/project/[projectId]/environment/[environmentId].tsx +++ b/apps/dokploy/pages/dashboard/project/[projectId]/environment/[environmentId].tsx @@ -1620,9 +1620,9 @@ const EnvironmentPage = ( - + {service.serverId && (