We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fa39bc commit d974cf0Copy full SHA for d974cf0
src/components/PromptInput.tsx
@@ -114,7 +114,7 @@ const PromptBox = ({
114
onKeyDown={handleKeyDown}
115
onPaste={handlePaste}
116
placeholder="Ask me anything or give me a task to work on."
117
- className="w-full min-h-6 max-h-24 bg-transparent border-none focus:outline-none resize-none placeholder-gray-500 text-base overflow-y-hidden leading-normal"
+ className="w-full min-h-6 max-h-24 bg-transparent border-none focus:outline-none resize-none placeholder-gray-500 text-base leading-normal"
118
style={{ lineHeight: "1.5" }}
119
/>
120
<div className="flex gap-2 justify-between mt-2">
0 commit comments