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