mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-15 13:18:40 -09:00
fix line height layout (#1322)
This commit is contained in:
parent
5773a83dc3
commit
5a164d0a1d
1 changed files with 1 additions and 0 deletions
|
|
@ -146,6 +146,7 @@ hterm.Terminal.prototype.setFontSize = function (px) {
|
||||||
unicodeNodeStyle.innerHTML = `
|
unicodeNodeStyle.innerHTML = `
|
||||||
.unicode-node {
|
.unicode-node {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
vertical-align: top;
|
||||||
width: ${this.scrollPort_.characterSize.width}px;
|
width: ${this.scrollPort_.characterSize.width}px;
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue