diff --git a/AppImage/components/terminal-panel.tsx b/AppImage/components/terminal-panel.tsx index 9898ed6..9a920ca 100644 --- a/AppImage/components/terminal-panel.tsx +++ b/AppImage/components/terminal-panel.tsx @@ -363,7 +363,7 @@ export const TerminalPanel: React.FC = ({ websocketUrl, onCl rendererType: "dom", fontFamily: '"Courier", "Courier New", "Liberation Mono", "DejaVu Sans Mono", monospace', fontSize: 16, - lineHeight: 0,9, + lineHeight: 0.9, cursorBlink: true, scrollback: 2000, disableStdin: false,