From 0a1800ba6d2c419564ac7d47c4c687233e07d310 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 21 Sep 2025 01:09:12 -0600 Subject: [PATCH] fix: adjust layout by removing unnecessary flex class from password input container --- apps/dokploy/components/dashboard/project/ai/step-two.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dokploy/components/dashboard/project/ai/step-two.tsx b/apps/dokploy/components/dashboard/project/ai/step-two.tsx index 57a00a72d..09484bc57 100644 --- a/apps/dokploy/components/dashboard/project/ai/step-two.tsx +++ b/apps/dokploy/components/dashboard/project/ai/step-two.tsx @@ -303,7 +303,7 @@ export const StepTwo = ({ templateInfo, setTemplateInfo }: StepProps) => { placeholder="Variable Name" className="flex-1" /> -
+