) {
borderRadius: 8,
backgroundColor: "white",
width: "248px",
- height: "144px",
+ minHeight: "144px",
+ position: "relative",
}}
>
) {
style={{
display: "flex",
alignItems: "center",
- paddingLeft: "12px",
+ padding: "12px",
fontSize: "14px",
- height: "48px",
+ minHeight: "48px",
+ position: "relative",
}}
>
{t("conditionIf", { condition: data.condition })}
+
@@ -64,18 +97,21 @@ export default function IfElseNode({ id, data }: NodeProps
) {
{t("conditionElse")}
-