diff --git a/flowsint-app/src/components/graphs/create-relation.tsx b/flowsint-app/src/components/graphs/create-relation.tsx index 3043fe98..42a79154 100644 --- a/flowsint-app/src/components/graphs/create-relation.tsx +++ b/flowsint-app/src/components/graphs/create-relation.tsx @@ -70,13 +70,13 @@ export function CreateRelationDialog() { New relationship -
+ {/* Selected Nodes Display */} -
+
-
+
{selectedNodes.map((node) => ( ))} @@ -194,11 +194,11 @@ export function NodeDisplayCard({ if (variant === 'preview') { return ( -
+
- {getNodeDisplayName(node)} + {getNodeDisplayName(node)}
) } @@ -207,25 +207,25 @@ export function NodeDisplayCard({ return (