From ff369c9d3ad057c65460650171366d791f1c815c Mon Sep 17 00:00:00 2001 From: Diego Fabricio Date: Wed, 18 Mar 2026 21:09:08 -0500 Subject: [PATCH] style(dashboard): remove max-width constraint from deployments card - Deleted max-w-8xl class to allow card width to adapt freely --- apps/dokploy/pages/dashboard/deployments.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dokploy/pages/dashboard/deployments.tsx b/apps/dokploy/pages/dashboard/deployments.tsx index c39e4b156..d20b8a024 100644 --- a/apps/dokploy/pages/dashboard/deployments.tsx +++ b/apps/dokploy/pages/dashboard/deployments.tsx @@ -40,7 +40,7 @@ function DeploymentsPage() { return (
- +