mirror of
https://github.com/usual2970/certimate.git
synced 2025-06-11 06:59:51 +00:00
fix the issue where content is not fully displayed when there are too many branches.
This commit is contained in:
parent
be822ccc93
commit
83447fff62
@ -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 flex-col items-center overflow-auto">{elements}</div>
|
<div className="flex w-max min-w-full flex-col items-center">{elements}</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user