https://github.com/frikky/Shuffle/issues/241 - Can't see full result in frontend when not JSON #241

This commit is contained in:
amitk
2021-02-11 22:47:27 +05:30
parent 87e8a5d549
commit a52a675a45
+1 -1
View File
@@ -6615,7 +6615,7 @@ const AngularWorkflow = (props) => {
}
</span>
:
<div style={{maxHeight: 250, overflowX: "hidden", overflowY: "scroll",}}>
<div style={{maxHeight: 250, overflowX: "hidden", overflowY: "auto",}}>
<b>Result</b>&nbsp;
{data.result}
</div>