From 383d59bbc30af72497edf6c0ae3fda5c5ca1ebf8 Mon Sep 17 00:00:00 2001 From: Paris Date: Wed, 8 Jun 2016 22:03:45 +0300 Subject: [PATCH] Stop marking spans as `inline-block` (not needed after 670b179140) Fix #85 --- src/xterm.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/xterm.css b/src/xterm.css index 06edf045..5a325ed9 100644 --- a/src/xterm.css +++ b/src/xterm.css @@ -2131,11 +2131,3 @@ .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; -}