Skip to content

Commit

Permalink
Use constant line-height
Browse files Browse the repository at this point in the history
Unicode characters have a constant height when using a decimal, but differ
when using normal.

Fixes xtermjs#149
  • Loading branch information
Tyriar committed Jul 16, 2016
1 parent 13644ce commit de23304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xterm.css
Original file line number Diff line number Diff line change
Expand Up @@ -2145,5 +2145,5 @@
* in order to allow child elements to adjust.
*/
.terminal .xterm-rows > div {
line-height: normal;
line-height: 1.2;
}

0 comments on commit de23304

Please sign in to comment.