Compare commits

..

No commits in common. "b8796991b532923c19b2cb8d704be41b0566e741" and "e888df2b9f71bbc2e60075a5476ccfa8fb37e29f" have entirely different histories.

View File

@ -31,7 +31,7 @@ const WorkflowElements = ({ className, style, disabled }: WorkflowElementsProps)
return (
<div className={className} style={style}>
<div className="flex w-max min-w-full flex-col items-center">{elements}</div>
<div className="flex flex-col items-center overflow-auto">{elements}</div>
</div>
);
};