mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -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 = `
|
||||
.unicode-node {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
width: ${this.scrollPort_.characterSize.width}px;
|
||||
}
|
||||
`;
|
||||
|
|
|
|||
Loading…
Reference in a new issue