mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Merge pull request #328 from Tyriar/327_fix_random_line_wrap
Force nowrap on each line
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user