mirror of
https://github.com/usual2970/certimate.git
synced 2025-07-10 13:10:03 +00:00
Compare commits
No commits in common. "b8796991b532923c19b2cb8d704be41b0566e741" and "e888df2b9f71bbc2e60075a5476ccfa8fb37e29f" have entirely different histories.
b8796991b5
...
e888df2b9f
@ -31,7 +31,7 @@ const WorkflowElements = ({ className, style, disabled }: WorkflowElementsProps)
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className={className} style={style}>
|
<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>
|
</div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user