From 329db1fd1a1a6a9d997ab6fc581d2b5b9833241b Mon Sep 17 00:00:00 2001 From: Abdulhakeem Adetunji Mustapha Date: Wed, 23 Jul 2025 19:30:47 +0100 Subject: [PATCH] fix: wrap user prompt in ai modal to prevent text stretch --- 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 7b4deb30e..fc64638f1 100644 --- a/apps/dokploy/components/dashboard/project/ai/step-two.tsx +++ b/apps/dokploy/components/dashboard/project/ai/step-two.tsx @@ -199,7 +199,7 @@ export const StepTwo = ({ templateInfo, setTemplateInfo }: StepProps) => {

Generating template suggestions based on your input...

-
{templateInfo.userInput}
+
{templateInfo.userInput}
); }