feat: remove width prop from WorkflowNodeCard and adjust styling for consistent layout
This commit is contained in:
@@ -77,7 +77,6 @@ function FlowgramNodeForm({
|
||||
title={field.value || fallbackTitle}
|
||||
icon={icon}
|
||||
selected={selected}
|
||||
width={nodeType === "condition" ? "wide" : "normal"}
|
||||
>
|
||||
{nodeType === "condition" ? (
|
||||
<Field<Record<string, unknown>> name="config">
|
||||
|
||||
Reference in New Issue
Block a user