From 19907ff8e0a1a8599952cec7efb367125635ef22 Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Fri, 17 Feb 2017 17:17:01 -0300 Subject: [PATCH] fix for line-height that makes emojis be perfectly aligned with text --- lib/hterm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hterm.js b/lib/hterm.js index 66480135..1eed1571 100644 --- a/lib/hterm.js +++ b/lib/hterm.js @@ -147,7 +147,7 @@ hterm.Terminal.prototype.setFontSize = function (px) { unicodeNodeStyle.innerHTML = ` .unicode-node { display: inline-block; - vertical-align: top; + vertical-align: middle; width: ${this.scrollPort_.characterSize.width}px; } `;