mirror of
https://github.com/makeplane/plane.git
synced 2026-07-13 14:01:45 +02:00
[WEB-3481] fix: firefox browser text area (#2690)
This commit is contained in:
committed by
sriram veeraghanta
parent
eb2b5f40e0
commit
1041453522
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user