Fix whitespace in Bladeburner console

This commit is contained in:
nickofolas 2022-01-03 16:42:49 -06:00
parent dfae337d26
commit 88db255f29
2 changed files with 17 additions and 15 deletions

@ -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 " + "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:", "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:", "This console command can also be used to level up skills:",
"", "",

@ -138,6 +138,7 @@ export function Console(props: IProps): React.ReactElement {
paddingBottom: '8px', paddingBottom: '8px',
display: 'flex', display: 'flex',
alignItems: 'stretch', alignItems: 'stretch',
whiteSpace: 'pre-wrap',
}}> }}>
<Box> <Box>
<Logs entries={[...props.bladeburner.consoleLogs]} /> <Logs entries={[...props.bladeburner.consoleLogs]} />