CHE-2353: fix broken terminal

Signed-off-by: Valeriy Svydenko <vsvydenko@codenvy.com>
6.19.x
Valeriy Svydenko 2016-09-19 14:54:11 +03:00
parent 2fec75a3e0
commit 712758eaaf
1 changed files with 4 additions and 0 deletions

View File

@ -41,6 +41,10 @@
background: blueIconColor;
}
.terminal > div span {
white-space: nowrap;
}
.fullSize {
width: 100% !important;
height: 100% !important;