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; -}