From 4b0e12ba475b15ea99cbd5f6cb51159bf85965cc Mon Sep 17 00:00:00 2001 From: Darin Kelkhoff Date: Fri, 3 Nov 2023 09:12:28 -0500 Subject: [PATCH] CE-604 Adjust a height in light of other redesign updates --- src/qqq/components/widgets/misc/ScriptViewer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qqq/components/widgets/misc/ScriptViewer.tsx b/src/qqq/components/widgets/misc/ScriptViewer.tsx index dec2aca..51266cb 100644 --- a/src/qqq/components/widgets/misc/ScriptViewer.tsx +++ b/src/qqq/components/widgets/misc/ScriptViewer.tsx @@ -495,7 +495,7 @@ export default function ScriptViewer({scriptId, associatedScriptTableName, assoc editorProps={{$blockScrolling: true}} setOptions={{useWorker: false}} width="100%" - height="368px" + height="400px" value={getSelectedFileCode()} style={{borderTop: "1px solid lightgray", borderBottomRightRadius: "1rem"}} />