提交 4a83b379 编写于 作者: D Daniel Imms

Force nowrap on terminal lines

Fixes #13554
上级 d6c64461
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册