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