From e90d05b711a763e88af5bcfce2429f7167b1dc76 Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Wed, 26 Jul 2023 14:15:42 -0300 Subject: [PATCH] Fixed button spacing at Sidebar --- .../extraSidebarComponent/index.tsx | 100 ++++++++++-------- 1 file changed, 56 insertions(+), 44 deletions(-) diff --git a/src/frontend/src/pages/FlowPage/components/extraSidebarComponent/index.tsx b/src/frontend/src/pages/FlowPage/components/extraSidebarComponent/index.tsx index 3111f74a2..bcd0d6258 100644 --- a/src/frontend/src/pages/FlowPage/components/extraSidebarComponent/index.tsx +++ b/src/frontend/src/pages/FlowPage/components/extraSidebarComponent/index.tsx @@ -61,52 +61,64 @@ export default function ExtraSidebar() { return (
- - - - - - -
- -
-
-
- - {flow && flow.data && ( - +
+ + + +
+
+ +
- +
- - )} -
- - - - + + +
+
+ + {flow && flow.data && ( + +
+ +
+
+ )} +
+
+
+ + + +