allow text wrap for output

master
Zaahir Moolla 2016-08-05 15:14:25 -04:00
parent b60d9e21a5
commit a2d28c969b
1 changed files with 5 additions and 4 deletions

View File

@ -6,16 +6,17 @@
font-family: monospace;
/* Hide default scrollbars on IE */
overflow: auto;
resize: vertical;
}
.zci--js_minify .js_minify--input {
white-space: pre;
}
.zci--js_minify .btn {
cursor: default;
}
.zci--js_minify textarea {
resize: vertical;
white-space: pre;
}
/* Mobile */
.is-mobile .zci--js_minify .js_minify--action_box {