Skip to content

Commit

Permalink
enhance: add spacer to ease scroll issues at the bottom of the workfl…
Browse files Browse the repository at this point in the history
…ow form
  • Loading branch information
ryanhopperlowe committed Jan 9, 2025
1 parent 2f4cd0e commit 05200c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui/admin/app/components/workflow/Workflow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,9 @@ function WorkflowContent({ className }: WorkflowProps) {
</div>

<WorkflowTriggerPanel workflowId={workflow.id} />
<div
className="h-8" // spacer
/>
</ScrollArea>

<footer className="flex justify-between items-center p-4 gap-4 border-t text-muted-foreground">
Expand Down

0 comments on commit 05200c9

Please sign in to comment.