Skip to content

Commit

Permalink
fix: set max textarea height to 6 lines
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaucau committed May 3, 2024
1 parent 83b8d5b commit 6039e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AdditionalPromptControl.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default function AdditionalPromptControl({
)}
style={{
fieldSizing: "content",
maxHeight: "8em",
maxBlockSize: "6rlh",
}}
{...props}
/>
Expand Down

0 comments on commit 6039e66

Please sign in to comment.