From 2e58e568d651e161bf17179bc4f16b5eb0584d32 Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Thu, 16 Feb 2017 02:16:59 -0300 Subject: [PATCH] @tibotiber unfortunately I have to undo this line because it was breaking `vtop` and braille characters --- lib/hterm.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/hterm.js b/lib/hterm.js index e80f45a8..66480135 100644 --- a/lib/hterm.js +++ b/lib/hterm.js @@ -148,6 +148,7 @@ hterm.Terminal.prototype.setFontSize = function (px) { .unicode-node { display: inline-block; vertical-align: top; + width: ${this.scrollPort_.characterSize.width}px; } `; };