Skip to content
This repository was archived by the owner on Dec 30, 2024. It is now read-only.

Commit 27532fc

Browse files
fix/dashboard description input size
1 parent 25e6801 commit 27532fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/packages/app/src/features/project/overview/EditDashboardPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ const EditDashboardPage = ({ project, dashboard }: ProjectDashboardViewType) =>
123123
/>
124124
</FormItem>
125125
<FormItem className="pt-2 w-3/4" label="Description" error={errors.name}>
126-
<InputArea rows={6} maxLength={124} {...register("description")} />
126+
<InputArea rows={4} maxLength={124} {...register("description")} />
127127
</FormItem>
128128
<FormItem
129129
className="pt-5 w-1/2"

0 commit comments

Comments
 (0)