Increase size of instructions box

This commit is contained in:
akhisud3195 2025-08-15 12:50:44 +08:00
parent 8f3f264493
commit 2ba639a74c
3 changed files with 13 additions and 4 deletions

View file

@ -363,11 +363,12 @@ export function AgentConfig({
});
showSavedMessage();
}}
placeholder="Type agent instructions..."
markdown
multiline
mentions
mentionsAtValues={atMentions}
className="h-full min-h-0 overflow-auto !mb-0 !mt-0"
className="h-full min-h-0 overflow-auto !mb-0 !mt-0 min-h-[300px]"
/>
</div>
{/* Examples Section */}