Skip to content

Commit

Permalink
style(ui): Set min height for description
Browse files Browse the repository at this point in the history
  • Loading branch information
daryllimyt committed Mar 24, 2024
1 parent d29b6ac commit 621ba58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/workspace/workflow-panel/form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export function WorkflowForm({
<FormLabel className="text-xs">Description</FormLabel>
<FormControl>
<Textarea
className="text-xs"
className="min-h-[100px] text-xs"
placeholder="Describe your workflow..."
{...field}
/>
Expand Down

0 comments on commit 621ba58

Please sign in to comment.