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

This reverts commit 19907ff8e0.
This commit is contained in:
Guillermo Rauch 2017-02-17 17:21:55 -03:00
parent 19907ff8e0
commit 27cf69fea3

View file

@ -147,7 +147,7 @@ hterm.Terminal.prototype.setFontSize = function (px) {
unicodeNodeStyle.innerHTML = `
.unicode-node {
display: inline-block;
vertical-align: middle;
vertical-align: top;
width: ${this.scrollPort_.characterSize.width}px;
}
`;