mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-23 14:42:28 +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 " +
|
"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]} />
|
||||||
|
Loading…
Reference in New Issue
Block a user