UI fixes across the board :)

This commit is contained in:
Frikky
2024-05-11 00:36:14 +02:00
parent 51e07f7271
commit 7a1529463d
13 changed files with 404 additions and 142 deletions
@@ -1698,7 +1698,7 @@ const CodeEditor = (props) => {
<Typography variant="body2">
<b>Test output</b>
</Typography>
<Typography variant="body2">
<Typography variant="body2" style={{whiteSpace: 'pre-line', }}>
{executionResult.result}
</Typography>
</span>