mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
fix for line-height that makes emojis be perfectly aligned with text
This commit is contained in:
parent
80a2f3eb14
commit
19907ff8e0
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ hterm.Terminal.prototype.setFontSize = function (px) {
|
|||
unicodeNodeStyle.innerHTML = `
|
||||
.unicode-node {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
vertical-align: middle;
|
||||
width: ${this.scrollPort_.characterSize.width}px;
|
||||
}
|
||||
`;
|
||||
|
|
|
|||
Loading…
Reference in a new issue