We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc15584 commit ff97855Copy full SHA for ff97855
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-[260px] font-mono text-sm resize-y"
+ className="min-h-[160px] max-h-[260px] font-mono text-sm resize-y"
97
value={content}
98
onChange={(e) => setContent(e.target.value)}
99
placeholder={detail?.content ?? ''}
0 commit comments