mirror of
https://github.com/makeplane/plane.git
synced 2026-01-25 07:38:46 -06:00
style: create update view modal consistency (#2775)
This commit is contained in:
committed by
sriram veeraghanta
parent
93abff5a4b
commit
964e880fc4
@@ -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}
|
||||
|
||||
@@ -114,7 +114,7 @@ export const WorkspaceViewForm: React.FC<Props> = observer((props) => {
|
||||
value={value}
|
||||
placeholder="Description"
|
||||
onChange={onChange}
|
||||
className="h-32 resize-none text-sm"
|
||||
className="h-24 w-full resize-none text-sm"
|
||||
hasError={Boolean(errors?.description)}
|
||||
/>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user