Force nowrap on each line

Fixes #327
This commit is contained in:
Daniel Imms 2016-10-26 18:07:55 -07:00
parent 269540bfed
commit a077860464

View File

@ -122,6 +122,11 @@
top: 0; 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 { .terminal .xterm-scroll-area {
visibility: hidden; visibility: hidden;
} }