Skip to content

Commit ba2e77a

Browse files
committed
feat: update frontend
1 parent ff97855 commit ba2e77a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/app/workspace/prompts/prompt-settings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const PromptCard = ({ promptType, detail, onSaved }: PromptCardProps) => {
9393

9494
<CardContent>
9595
<Textarea
96-
className="min-h-[160px] max-h-[260px] font-mono text-sm resize-y"
96+
className="min-h-[160px] max-h-[360px] font-mono text-sm resize-y"
9797
value={content}
9898
onChange={(e) => setContent(e.target.value)}
9999
placeholder={detail?.content ?? ''}

0 commit comments

Comments
 (0)