CE-604 Adjust a height in light of other redesign updates

This commit is contained in:
2023-11-03 09:12:28 -05:00
parent 6cfb1e04ed
commit 4b0e12ba47

View File

@ -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"}}
/>