Merge pull request #3706 from nickofolas/fix/log-box-wrap

LOGS: Fix text wrap in log boxes
This commit is contained in:
hydroflame 2022-05-23 12:21:38 -04:00 committed by GitHub
commit 55ce05e3f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -103,6 +103,7 @@ const useStyles = makeStyles((_theme: Theme) =>
scrollbarWidth: "auto",
flexDirection: "column-reverse",
whiteSpace: "pre-wrap",
wordWrap: "break-word",
},
titleButton: {
padding: "1px 0",