mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
fix: view, api token and estimate modal description height (#4310)
This commit is contained in:
committed by
GitHub
parent
32d14d7000
commit
4104f87d41
@@ -137,7 +137,7 @@ export const WorkspaceViewForm: React.FC<Props> = observer((props) => {
|
||||
value={value}
|
||||
placeholder="Description"
|
||||
onChange={onChange}
|
||||
className="h-24 w-full resize-none text-sm"
|
||||
className="min-h-24 w-full resize-none text-sm"
|
||||
hasError={Boolean(errors?.description)}
|
||||
/>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user