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

View File

@@ -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",
},