mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-25 18:55:19 +02:00
Increase size of instructions box
This commit is contained in:
parent
8f3f264493
commit
2ba639a74c
3 changed files with 13 additions and 4 deletions
|
|
@ -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 */}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue