@tibotiber unfortunately I have to undo this line because it was breaking vtop and braille characters

This commit is contained in:
Guillermo Rauch 2017-02-16 02:16:59 -03:00
parent 95141ac537
commit 2e58e568d6

View file

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