[WEB-3481] fix: firefox browser text area (#2690)

This commit is contained in:
Anmol Singh Bhatia
2025-03-10 15:27:30 +05:30
committed by sriram veeraghanta
parent eb2b5f40e0
commit 1041453522

View File

@@ -21,7 +21,7 @@ export const NewUpdate = (props: TProps) => {
{/* Textarea */}
<TextArea
className="border-none p-0 text-sm"
className="border-none p-0 text-sm min-h-4"
value={input}
onChange={(e) => setInput(e.target.value)}
placeholder="Add your update."