FIX: update white-space style to function on electron app (#745)

This commit is contained in:
Michael Ficocelli 2023-08-23 17:11:27 -04:00 committed by GitHub
parent 42d70506cc
commit 7b05bed0d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -38,7 +38,7 @@ const useStyles = makeStyles((theme: Theme) =>
bottom: "5px",
opacity: "0.75",
maxWidth: "100%",
"white-space": "nowrap break-spaces",
whiteSpace: "pre",
overflow: "hidden",
pointerEvents: "none",
},