JsMinify: Fix textarea width issue

master
sdua 2016-07-18 19:38:03 +00:00
parent 40302c9b71
commit 0cb3079b47
1 changed files with 5 additions and 0 deletions

View File

@ -19,3 +19,8 @@
.zci--js_minify .js_minify__action:active {
background: #4793D0;
}
.zci--js_minify #js_minify__input,
.zci--js_minify #js_minify__output {
width: 45%;
}