Fix job standard out error message word-wrap

This commit is contained in:
Marliana Lara 2017-10-13 14:50:13 -04:00
parent f6bf0ad21f
commit fcd03fb1c2
No known key found for this signature in database
GPG Key ID: 38C73B40DFA809EE

View File

@ -165,7 +165,7 @@
color: @default-interface-txt;
display: inline-block;
white-space: pre-wrap;
word-break: break-word;
word-break: break-all;
width:100%;
background-color: @default-secondary-bg;
}