feat: remove width prop from WorkflowNodeCard and adjust styling for consistent layout

This commit is contained in:
mlogclub
2026-06-28 16:40:51 +08:00
parent 530cf145b2
commit 655328d92a
2 changed files with 1 additions and 4 deletions
@@ -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">