mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Stop marking spans as inline-block (not needed after 670b179140)
Fix #85
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user