From 5ec705000f73dbad5f70b9152708cbeaf4e3c086 Mon Sep 17 00:00:00 2001 From: Andrej Mihaliak Date: Fri, 16 Jun 2017 09:58:49 +0200 Subject: [PATCH] Set line height same as font size (#1841) fixes cut font on last line --- lib/components/term.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/components/term.js b/lib/components/term.js index cb5cb7d7..08a464a0 100644 --- a/lib/components/term.js +++ b/lib/components/term.js @@ -255,7 +255,7 @@ export default class Term extends Component { border-width: 1px !important; } x-row { - line-height: 1.2em; + line-height: 1em; } ${hyperCaret} ${scrollBarCss}