Merge pull request #95 from sourcelair/issue/85

Stop marking spans as `inline-block`
This commit is contained in:
Paris Kasidiaris
2016-06-08 22:09:21 +03:00
-8
View File
@@ -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;
}