Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 12627fc

Browse files
committed
fix(plugins/plugin-bash-like): pty output should be pre-wrap, i think
1 parent 6fc193e commit 12627fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/plugin-bash-like/web/scss/xterm.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ body[kui-theme-style] .kui--tab-content {
1111
}
1212

1313
.xterm-terminated .xterm-rows > div {
14-
white-space: pre;
14+
white-space: pre-wrap;
1515
}
1616

1717
.repl-result-like > div.xterm-container {

0 commit comments

Comments
 (0)