From 237595cec83f1d3796e1f625bd8ca97a1cd1d443 Mon Sep 17 00:00:00 2001 From: Matheus Fernandes Date: Fri, 10 Mar 2017 14:34:45 -0300 Subject: [PATCH] Revert "term: specify line-height in px" This reverts commit b7362d18aa6e86f98b36ec26bdbb04c4d9652a46. Reasoning: https://github.com/zeit/hyper/issues/1630 --- lib/components/term.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/components/term.js b/lib/components/term.js index a11c9d64..f886d2b1 100644 --- a/lib/components/term.js +++ b/lib/components/term.js @@ -261,9 +261,7 @@ export default class Term extends Component { border-width: 1px !important; } x-row { - /* for now, we match the line-height with the fixed height - * of 14px that hterm sets */ - line-height: 14px; + line-height: 1.2em; } ${hyperCaret} ${scrollBarCss}