From 3568c9993c21da4db1883a5ba5ba3a2c4a06be1c Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Thu, 15 Jun 2023 10:54:02 -0300 Subject: [PATCH] Fixed file name truncation --- src/frontend/src/components/cardComponent/index.tsx | 8 +++----- .../headerComponent/components/menuBar/index.tsx | 5 ++++- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/frontend/src/components/cardComponent/index.tsx b/src/frontend/src/components/cardComponent/index.tsx index 82a0fb88f..20c52889e 100644 --- a/src/frontend/src/components/cardComponent/index.tsx +++ b/src/frontend/src/components/cardComponent/index.tsx @@ -28,18 +28,16 @@ export const CardComponent = ({ return ( - -
+ - {flow.name} -
+ {flow.name} {onDelete && ( - )} diff --git a/src/frontend/src/components/headerComponent/components/menuBar/index.tsx b/src/frontend/src/components/headerComponent/components/menuBar/index.tsx index 21a0fc76f..a207f5a52 100644 --- a/src/frontend/src/components/headerComponent/components/menuBar/index.tsx +++ b/src/frontend/src/components/headerComponent/components/menuBar/index.tsx @@ -50,8 +50,11 @@ export const MenuBar = ({ flows, tabId }) => {
-