style: create update view modal consistency (#2775)

This commit is contained in:
Anmol Singh Bhatia
2023-11-14 18:30:10 +05:30
committed by sriram veeraghanta
parent 93abff5a4b
commit 964e880fc4
2 changed files with 2 additions and 2 deletions

View File

@@ -106,7 +106,7 @@ export const ProjectViewForm: React.FC<Props> = observer(({ handleFormSubmit, ha
id="description"
name="description"
placeholder="Description"
className="resize-none text-sm"
className="h-24 w-full resize-none text-sm"
hasError={Boolean(errors?.description)}
value={value}
onChange={onChange}