Force nowrap on terminal lines

Fixes #13554
This commit is contained in:
Daniel Imms 2016-10-26 18:09:18 -07:00
parent d6c6446109
commit 4a83b37963

View file

@ -131,6 +131,11 @@
bottom: 0;
}
.monaco-workbench .panel.integrated-terminal .xterm .xterm-rows > div {
/* Lines containing spans and text nodes ocassionally wrap despite being the same width (#327) */
white-space: nowrap;
}
.monaco-workbench .panel.integrated-terminal .xterm .xterm-scroll-area {
visibility: hidden;
}