Minor css for scripts

This commit is contained in:
2023-06-27 12:33:38 -05:00
parent 51a87db2d1
commit ba4118d682
2 changed files with 3 additions and 2 deletions

View File

@ -62,6 +62,7 @@ function ScriptDocsForm({helpText, exampleCode, aceEditorHeight}: Props): JSX.El
width="100%"
showPrintMargin={false}
height="100%"
style={{borderBottomRightRadius: "1rem", borderBottomLeftRadius: "1rem"}}
/>
</Typography>
</Box>