Skip to content

Commit

Permalink
Fix overline not working on certain fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaseKnowlden committed May 31, 2023
1 parent 118915c commit f2193e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browser/renderer/dom/DomRenderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export class DomRenderer extends Disposable implements IRenderer {
`${this._terminalSelector} .${ROW_CONTAINER_CLASS} span {` +
` display: inline-block;` +
` height: 100%;` +
` vertical-align: top;` +
` vertical-align: middle;` +
` width: ${this.dimensions.css.cell.width}px` +
`}`;

Expand Down

0 comments on commit f2193e7

Please sign in to comment.