Skip to content

Commit

Permalink
fix: Align inputs/outputs with their label in workflow (#229)
Browse files Browse the repository at this point in the history
Signed-off-by: Milouu <milan.roustan@owkin.com>
  • Loading branch information
Milouu committed Aug 1, 2023
1 parent 0588092 commit 451c8e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type TaskNodeProps = {

const TaskNode = ({ data }: TaskNodeProps) => {
const handleTopMargin = 48;
const handleElementMargin = 15;
const handleElementMargin = 18;
const handleRadius = 60;
return (
<>
Expand Down

0 comments on commit 451c8e8

Please sign in to comment.