terminal wrap but it's not perfect

This commit is contained in:
Olivier Gagnon
2021-09-16 14:55:55 -04:00
parent 4a5fb04d41
commit b682a442fe
2 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ const useStyles = makeStyles((theme: Theme) =>
padding: 0,
},
preformatted: {
whiteSpace: "pre",
whiteSpace: "pre-wrap",
margin: 0,
},
}),