mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-16 13:48:41 -09:00
@tibotiber unfortunately I have to undo this line because it was breaking vtop and braille characters
This commit is contained in:
parent
95141ac537
commit
2e58e568d6
1 changed files with 1 additions and 0 deletions
|
|
@ -148,6 +148,7 @@ hterm.Terminal.prototype.setFontSize = function (px) {
|
||||||
.unicode-node {
|
.unicode-node {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
width: ${this.scrollPort_.characterSize.width}px;
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue