mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-23 06:32:26 +01:00
Merge pull request #2316 from nickofolas/fix-newline
Fix whitespace in Bladeburner console
This commit is contained in:
commit
225de0faf6
@ -89,7 +89,8 @@ export const ConsoleHelpText: {
|
||||
"Note that the name of the skill is case-sensitive. Enter it exactly as seen in the UI. If " +
|
||||
"the name of the skill has whitespace, enclose the name of the skill in double quotation marks:",
|
||||
"",
|
||||
" skill list Reaper<br>" + " skill list 'Digital Observer'",
|
||||
" skill list Reaper",
|
||||
" skill list 'Digital Observer'",
|
||||
"",
|
||||
"This console command can also be used to level up skills:",
|
||||
"",
|
||||
|
@ -138,6 +138,7 @@ export function Console(props: IProps): React.ReactElement {
|
||||
paddingBottom: '8px',
|
||||
display: 'flex',
|
||||
alignItems: 'stretch',
|
||||
whiteSpace: 'pre-wrap',
|
||||
}}>
|
||||
<Box>
|
||||
<Logs entries={[...props.bladeburner.consoleLogs]} />
|
||||
|
Loading…
Reference in New Issue
Block a user