Merge pull request #328 from Tyriar/327_fix_random_line_wrap

Force nowrap on each line
This commit is contained in:
Daniel Imms
2016-10-27 07:52:48 -07:00
committed by GitHub
+5
View File
@@ -122,6 +122,11 @@
top: 0;
}
.terminal .xterm-rows > div {
/* Lines containing spans and text nodes ocassionally wrap despite being the same width (#327) */
white-space: nowrap;
}
.terminal .xterm-scroll-area {
visibility: hidden;
}