Skip to content

Commit 996c641

Browse files
authored
Merge pull request #328 from Tyriar/327_fix_random_line_wrap
Force nowrap on each line
2 parents 269540b + a077860 commit 996c641

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/xterm.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,11 @@
122122
top: 0;
123123
}
124124

125+
.terminal .xterm-rows > div {
126+
/* Lines containing spans and text nodes ocassionally wrap despite being the same width (#327) */
127+
white-space: nowrap;
128+
}
129+
125130
.terminal .xterm-scroll-area {
126131
visibility: hidden;
127132
}

0 commit comments

Comments
 (0)