flowchart changes updated
This commit is contained in:
@ -53,12 +53,12 @@ const CombinedWorkflowLayout = ({
|
||||
</div>
|
||||
|
||||
{/* Right Column - Workflow Image */}
|
||||
<div className="relative flex items-center justify-center p-4">
|
||||
<div className="relative flex items-start justify-center p-4">
|
||||
{imageUrl ? (
|
||||
<img
|
||||
src={imageUrl}
|
||||
alt={imageAlt}
|
||||
className="max-w-full max-h-full object-contain"
|
||||
className="max-w-full min-h-90px object-contain"
|
||||
/>
|
||||
) : (
|
||||
<div className="text-gray-400 text-center">
|
||||
|
||||
Reference in New Issue
Block a user