From ce3a649deeba942c49fd31a5f4468fa4b185edb2 Mon Sep 17 00:00:00 2001 From: dextmorgn Date: Mon, 1 Dec 2025 11:11:01 +0100 Subject: [PATCH] feat(app): decrease node size on tables --- flowsint-app/src/components/table/nodes-view.tsx | 4 ++-- flowsint-app/src/components/table/relationships-view.tsx | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flowsint-app/src/components/table/nodes-view.tsx b/flowsint-app/src/components/table/nodes-view.tsx index 89c0221..05614d1 100644 --- a/flowsint-app/src/components/table/nodes-view.tsx +++ b/flowsint-app/src/components/table/nodes-view.tsx @@ -85,8 +85,8 @@ const NodeItem = memo(function NodeItem({ {/* Icon */}
-
- +
+
diff --git a/flowsint-app/src/components/table/relationships-view.tsx b/flowsint-app/src/components/table/relationships-view.tsx index c909b8b..81d50db 100644 --- a/flowsint-app/src/components/table/relationships-view.tsx +++ b/flowsint-app/src/components/table/relationships-view.tsx @@ -65,8 +65,8 @@ function RelationshipItem({ relationship, style, onNodeClick, isSelected, onSele {/* Source Node */}
-
- +
+
-
- +
+