mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 05:10:45 +00:00
CE-604 Adjust a height in light of other redesign updates
This commit is contained in:
@ -495,7 +495,7 @@ export default function ScriptViewer({scriptId, associatedScriptTableName, assoc
|
|||||||
editorProps={{$blockScrolling: true}}
|
editorProps={{$blockScrolling: true}}
|
||||||
setOptions={{useWorker: false}}
|
setOptions={{useWorker: false}}
|
||||||
width="100%"
|
width="100%"
|
||||||
height="368px"
|
height="400px"
|
||||||
value={getSelectedFileCode()}
|
value={getSelectedFileCode()}
|
||||||
style={{borderTop: "1px solid lightgray", borderBottomRightRadius: "1rem"}}
|
style={{borderTop: "1px solid lightgray", borderBottomRightRadius: "1rem"}}
|
||||||
/>
|
/>
|
||||||
|
Reference in New Issue
Block a user