diff --git a/frontend/src/views/AngularWorkflow.jsx b/frontend/src/views/AngularWorkflow.jsx index df92a1cd..c41e6905 100755 --- a/frontend/src/views/AngularWorkflow.jsx +++ b/frontend/src/views/AngularWorkflow.jsx @@ -11605,7 +11605,7 @@ const AngularWorkflow = (defaultprops) => { const positionInfo = document.activeElement.getBoundingClientRect() const outerlistitemStyle = { - width: "90%", + width: "80%", overflowX: "hidden", overflowY: "hidden", borderBottom: "1px solid rgba(255,255,255,0.4)", @@ -11881,9 +11881,12 @@ const AngularWorkflow = (defaultprops) => { /> )} - - Your Apps - + {visibleApps.length > extraApps.length ? + + Your Apps + + : null} + {visibleApps.length > extraApps.length ? (
{visibleApps.map((app, index) => {