fixed overflow in conditions
This commit is contained in:
@@ -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,
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user