Tighten xterm terminal line height

1.4 was too loose for a log/terminal view; 1.2 stays readable while
fitting more output on screen.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-15 21:14:11 +02:00
co-authored by Claude Sonnet 5
parent a4db53f44d
commit 79a7c8f5cb
+1 -1
View File
@@ -60,7 +60,7 @@ export const XtermView = forwardRef<XtermViewHandle, XtermViewProps>(
disableStdin: true,
cursorBlink: false,
fontSize: 12,
lineHeight: 1.4,
lineHeight: 1.2,
fontFamily: "ui-monospace, Menlo, monospace",
theme,
});