Skip to content

Commit

Permalink
BUGFIX: Tail log does not render multiline logs properly in edge cases (
Browse files Browse the repository at this point in the history
  • Loading branch information
catloversg authored Dec 12, 2024
1 parent b66eff0 commit bab5412
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ui/React/LogBoxManager.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}}
/>
Expand Down

0 comments on commit bab5412

Please sign in to comment.