From 5a164d0a1df8d21ee542e7aeff3ac7b7882b0c6e Mon Sep 17 00:00:00 2001 From: Vitaly Domnikov Date: Thu, 29 Dec 2016 19:19:16 -0800 Subject: [PATCH] fix line height layout (#1322) --- lib/hterm.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/hterm.js b/lib/hterm.js index 647ce440..3d69d05e 100644 --- a/lib/hterm.js +++ b/lib/hterm.js @@ -146,6 +146,7 @@ hterm.Terminal.prototype.setFontSize = function (px) { unicodeNodeStyle.innerHTML = ` .unicode-node { display: inline-block; + vertical-align: top; width: ${this.scrollPort_.characterSize.width}px; } `;