mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-18 12:15:44 +01:00
BUGFIX: Tail log does not render multiline logs properly in edge cases (#1838)
This commit is contained in:
parent
b66eff0379
commit
bab5412fb7
@ -415,7 +415,6 @@ function LogWindow({ hidden, script, onClose }: LogWindowProps): React.ReactElem
|
|||||||
text={line}
|
text={line}
|
||||||
color={lineColor(line)}
|
color={lineColor(line)}
|
||||||
styles={{
|
styles={{
|
||||||
display: "inline-block",
|
|
||||||
fontSize: Settings.styles.tailFontSize,
|
fontSize: Settings.styles.tailFontSize,
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user