]> git.proxmox.com Git - mirror_xterm.js.git/commitdiff
Set line height of terminal rows to normal
authorParis <paris@sourcelair.com>
Tue, 7 Jun 2016 09:23:28 +0000 (12:23 +0300)
committerParis <paris@sourcelair.com>
Tue, 7 Jun 2016 09:23:28 +0000 (12:23 +0300)
Fix #76

src/xterm.css

index 055c0fc0a41c0ff3ef0ad6434dd4d7095046fe65..ba2298af8ebf7a773cfe857dcc1a5c37e6d79ea4 100644 (file)
  * in order to allow child elements to adjust.
  */
 .terminal .xterm-rows > div {
-    line-height: 1.3;
+    line-height: normal;
 }
 
 /**