Skip to content

Commit beac225

Browse files
authored
Fix search actions label spacing to match others (#60)
Co-authored-by: Chris Tate <ctate@users.noreply.github.com>
1 parent 770b3bf commit beac225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/workflow/config/action-grid.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export function ActionGrid({ onSelectAction, disabled }: ActionGridProps) {
133133

134134
return (
135135
<div className="flex flex-col gap-4">
136-
<div className="space-y-1">
136+
<div className="space-y-2">
137137
<Label className="ml-1" htmlFor="action-filter">
138138
Search Actions
139139
</Label>

0 commit comments

Comments
 (0)