fix for line-height that makes emojis be perfectly aligned with text

This commit is contained in:
Guillermo Rauch 2017-02-17 17:17:01 -03:00
parent 80a2f3eb14
commit 19907ff8e0

View file

@ -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;
}
`;