mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-19 22:23:51 +01:00
Merge pull request #3706 from nickofolas/fix/log-box-wrap
LOGS: Fix text wrap in log boxes
This commit is contained in:
commit
55ce05e3f4
@ -103,6 +103,7 @@ const useStyles = makeStyles((_theme: Theme) =>
|
|||||||
scrollbarWidth: "auto",
|
scrollbarWidth: "auto",
|
||||||
flexDirection: "column-reverse",
|
flexDirection: "column-reverse",
|
||||||
whiteSpace: "pre-wrap",
|
whiteSpace: "pre-wrap",
|
||||||
|
wordWrap: "break-word",
|
||||||
},
|
},
|
||||||
titleButton: {
|
titleButton: {
|
||||||
padding: "1px 0",
|
padding: "1px 0",
|
||||||
|
Loading…
Reference in New Issue
Block a user