Stop marking spans as inline-block (not needed after 670b179140)

Fix #85
This commit is contained in:
Paris
2016-06-08 22:03:45 +03:00
parent 2471910244
commit 383d59bbc3
-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;
}