]> git.proxmox.com Git - mirror_xterm.js.git/commitdiff
Stop marking spans as `inline-block` (not needed after 670b179140)
authorParis <paris@sourcelair.com>
Wed, 8 Jun 2016 19:03:45 +0000 (22:03 +0300)
committerParis <paris@sourcelair.com>
Wed, 8 Jun 2016 19:03:45 +0000 (22:03 +0300)
Fix #85

src/xterm.css

index 06edf045cf67023f7214742b9dbec1fcb61a68c5..5a325ed915db00b4567898147dc4af74d3d6968e 100644 (file)
 .terminal .xterm-rows > div {
     line-height: normal;
 }
-
-/**
- * All styled spans inside terminal lines should be inline-blocks,
- * in orde to achieve better height adjustment.
- */
-.terminal .xterm-rows span {
-    display: inline-block;
-}