Skip to content

Commit

Permalink
fix: fixed gaps between buttons (#2553)
Browse files Browse the repository at this point in the history
  • Loading branch information
chesterkmr authored Jul 22, 2024
1 parent b20bb37 commit 2e58c20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const UIDefinitionEditor: FunctionComponent<UIDefinitionEditorProps> = ({
</TabsContent>
);
})}
<div className="flex justify-end">
<div className="flex justify-end gap-2">
<Button
onClick={() =>
upgradeVersion({ workflowDefinitionId: uiDefinition.workflowDefinitionId })
Expand Down

0 comments on commit 2e58c20

Please sign in to comment.