We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff97855 commit ba2e77aCopy full SHA for ba2e77a
web/src/app/workspace/prompts/prompt-settings.tsx
@@ -93,7 +93,7 @@ const PromptCard = ({ promptType, detail, onSaved }: PromptCardProps) => {
93
94
<CardContent>
95
<Textarea
96
- className="min-h-[160px] max-h-[260px] font-mono text-sm resize-y"
+ className="min-h-[160px] max-h-[360px] font-mono text-sm resize-y"
97
value={content}
98
onChange={(e) => setContent(e.target.value)}
99
placeholder={detail?.content ?? ''}
0 commit comments