app/assets/stylesheets/itsf/backend/application/ace.css.less in itsf_backend-1.2.6 vs app/assets/stylesheets/itsf/backend/application/ace.css.less in itsf_backend-1.2.7
- old
+ new
@@ -1,6 +1,10 @@
pre[data-add-editor="true"], textarea[data-add-editor="true"] {}
.editor {
width: 100%;
min-height: 600px;
-}
\ No newline at end of file
+}
+
+textarea[data-add-editor="false"] {
+ min-height: 50em;
+}