few bugfix

This commit is contained in:
Olivier Gagnon
2021-11-17 17:50:02 -05:00
parent eb381c7c73
commit 631bb9fe1b
4 changed files with 23 additions and 5 deletions

View File

@@ -148,7 +148,7 @@ function LogWindow(props: IProps): React.ReactElement {
</Box>
</Box>
</Paper>
<Paper sx={{ overflow: "scroll", overflowWrap: "break-word", whiteSpace: "pre-line" }}>
<Paper sx={{ overflow: "scroll", overflowWrap: "break-word", whiteSpace: "pre-wrap" }}>
<ResizableBox
className={classes.logs}
height={500}