From b7362d18aa6e86f98b36ec26bdbb04c4d9652a46 Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Fri, 17 Feb 2017 21:34:28 -0300 Subject: [PATCH] term: specify line-height in px --- lib/components/term.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/components/term.js b/lib/components/term.js index fb754cfc..7bae79c7 100644 --- a/lib/components/term.js +++ b/lib/components/term.js @@ -256,7 +256,9 @@ export default class Term extends Component { border-width: 1px !important; } x-row { - line-height: 1.2em; + /* for now, we match the line-height with the fixed height + * of 14px that hterm sets */ + line-height: 14px; } ${hyperCaret} ${scrollBarCss}