Skip to content

Commit 7301d15

Browse files
authored
Merge pull request #2230 from amustapha/patch-1
fix: wrap user prompt in ai modal to prevent text stretch
2 parents f79796a + 329db1f commit 7301d15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/dokploy/components/dashboard/project/ai/step-two.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ export const StepTwo = ({ templateInfo, setTemplateInfo }: StepProps) => {
199199
<p className="text-muted-foreground">
200200
Generating template suggestions based on your input...
201201
</p>
202-
<pre>{templateInfo.userInput}</pre>
202+
<pre className="whitespace-normal">{templateInfo.userInput}</pre>
203203
</div>
204204
);
205205
}

0 commit comments

Comments
 (0)