From 906333d8a2dea3d8a2d486c3b20803edf001c059 Mon Sep 17 00:00:00 2001 From: Hari Krishna Date: Thu, 15 Feb 2024 07:40:46 +0000 Subject: [PATCH] fixed overflow in conditions --- frontend/src/views/AngularWorkflow.jsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/src/views/AngularWorkflow.jsx b/frontend/src/views/AngularWorkflow.jsx index 2f461690..3f397674 100755 --- a/frontend/src/views/AngularWorkflow.jsx +++ b/frontend/src/views/AngularWorkflow.jsx @@ -9767,6 +9767,8 @@ const AngularWorkflow = (defaultprops) => { marginTop: "15px", marginLeft: "10px", overflow: "hidden", + textOverflow: "ellipsis", + whiteSpace: "nowrap", maxWidth: 72, }} > @@ -9786,7 +9788,7 @@ const AngularWorkflow = (defaultprops) => { flex: 1, textAlign: "center", marginTop: "15px", - overflow: "hidden", + overflow: "hidden", maxWidth: 72, }} onClick={() => { }} @@ -9810,6 +9812,8 @@ const AngularWorkflow = (defaultprops) => { marginBottom: "auto", marginLeft: "10px", overflow: "hidden", + textOverflow: "ellipsis", + whiteSpace: "nowrap", maxWidth: 72, }} >