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