Merge pull request #2316 from nickofolas/fix-newline

Fix whitespace in Bladeburner console
This commit is contained in:
hydroflame 2022-01-04 12:57:17 -05:00 committed by GitHub
commit 225de0faf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 " +
"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]} />