Skip to content

Commit f03fbbc

Browse files
author
Valeriy Svydenko
authored
Merge pull request eclipse-che#2483 from eclipse/CHE-2353
CHE-2353: fix broken terminal
2 parents 2fec75a + 712758e commit f03fbbc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • plugins/plugin-machine/che-plugin-machine-ext-client/src/main/resources/org/eclipse/che/ide/extension/machine/client

plugins/plugin-machine/che-plugin-machine-ext-client/src/main/resources/org/eclipse/che/ide/extension/machine/client/machine.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@
4141
background: blueIconColor;
4242
}
4343

44+
.terminal > div span {
45+
white-space: nowrap;
46+
}
47+
4448
.fullSize {
4549
width: 100% !important;
4650
height: 100% !important;

0 commit comments

Comments
 (0)