mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-20 05:05:47 +01:00
FIX: update white-space style to function on electron app (#745)
This commit is contained in:
parent
42d70506cc
commit
7b05bed0d4
@ -38,7 +38,7 @@ const useStyles = makeStyles((theme: Theme) =>
|
|||||||
bottom: "5px",
|
bottom: "5px",
|
||||||
opacity: "0.75",
|
opacity: "0.75",
|
||||||
maxWidth: "100%",
|
maxWidth: "100%",
|
||||||
"white-space": "nowrap break-spaces",
|
whiteSpace: "pre",
|
||||||
overflow: "hidden",
|
overflow: "hidden",
|
||||||
pointerEvents: "none",
|
pointerEvents: "none",
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user