fixed overflow in conditions

This commit is contained in:
Hari Krishna
2024-02-15 07:40:46 +00:00
parent bf776409bd
commit 906333d8a2
+4
View File
@@ -9767,6 +9767,8 @@ const AngularWorkflow = (defaultprops) => {
marginTop: "15px",
marginLeft: "10px",
overflow: "hidden",
textOverflow: "ellipsis",
whiteSpace: "nowrap",
maxWidth: 72,
}}
>
@@ -9810,6 +9812,8 @@ const AngularWorkflow = (defaultprops) => {
marginBottom: "auto",
marginLeft: "10px",
overflow: "hidden",
textOverflow: "ellipsis",
whiteSpace: "nowrap",
maxWidth: 72,
}}
>