fixed overflow in conditions

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