diff --git a/lib/components/term.js b/lib/components/term.js index b9b91f61..2fc25fe2 100644 --- a/lib/components/term.js +++ b/lib/components/term.js @@ -250,6 +250,9 @@ export default class Term extends Component { .cursor-node[focus="false"] { border-width: 1px !important; } + x-row { + line-height: 1.2em; + } ${hyperCaret} ${scrollBarCss} ${css} diff --git a/lib/hterm.js b/lib/hterm.js index 66480135..e80f45a8 100644 --- a/lib/hterm.js +++ b/lib/hterm.js @@ -148,7 +148,6 @@ hterm.Terminal.prototype.setFontSize = function (px) { .unicode-node { display: inline-block; vertical-align: top; - width: ${this.scrollPort_.characterSize.width}px; } `; };