From 670b17914041b71613bf93019630126e34108416 Mon Sep 17 00:00:00 2001 From: Paris Date: Tue, 7 Jun 2016 12:23:28 +0300 Subject: [PATCH] Set line height of terminal rows to normal Fix #76 --- src/xterm.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xterm.css b/src/xterm.css index 055c0fc0..ba2298af 100644 --- a/src/xterm.css +++ b/src/xterm.css @@ -2123,7 +2123,7 @@ * in order to allow child elements to adjust. */ .terminal .xterm-rows > div { - line-height: 1.3; + line-height: normal; } /**