From c22f8d9500416c2caa3c285faf0b1df73b20a59a Mon Sep 17 00:00:00 2001 From: Cristhian Zanforlin Lousa Date: Tue, 28 Jan 2025 23:54:58 -0300 Subject: [PATCH] fix: add right padding to NodeStatus icon (#5963) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ✨ (NodeStatus/index.tsx): add padding right to the container div to improve spacing and alignment of the icon within the component --- .../src/CustomNodes/GenericNode/components/NodeStatus/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/CustomNodes/GenericNode/components/NodeStatus/index.tsx b/src/frontend/src/CustomNodes/GenericNode/components/NodeStatus/index.tsx index 60a480338..34f47dde4 100644 --- a/src/frontend/src/CustomNodes/GenericNode/components/NodeStatus/index.tsx +++ b/src/frontend/src/CustomNodes/GenericNode/components/NodeStatus/index.tsx @@ -211,7 +211,7 @@ export default function NodeStatus({ ) : ( -
+
{iconStatus}
)}