From bab5412fb74637d08df8bdf9c18405c43df98daf Mon Sep 17 00:00:00 2001 From: catloversg <152669316+catloversg@users.noreply.github.com> Date: Thu, 12 Dec 2024 18:00:10 +0700 Subject: [PATCH] BUGFIX: Tail log does not render multiline logs properly in edge cases (#1838) --- src/ui/React/LogBoxManager.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ui/React/LogBoxManager.tsx b/src/ui/React/LogBoxManager.tsx index 0839cdaa42..5e2b3c6757 100644 --- a/src/ui/React/LogBoxManager.tsx +++ b/src/ui/React/LogBoxManager.tsx @@ -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, }} />