diff --git a/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/FormUtil.js b/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/FormUtil.js index adb27cec3f65fa7d399c7cc5d73b7e0c08eda88e..27ab3c94953d7b206385a8c1ee8b9ebf3c98fccb 100644 --- a/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/FormUtil.js +++ b/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/FormUtil.js @@ -14,8 +14,8 @@ var FormUtil = new function() { this.formColumClass = 'col-md-12' this.labelColumnClass = 'col-md-2'; this.shortControlColumnClass = 'col-md-5'; - this.controlColumnClass = 'col-md-6'; - this.controlColumnClassBig = 'col-md-10'; + this.controlColumnClass = 'col-md-9'; + this.controlColumnClassBig = 'col-md-9'; // // Annotations // @@ -631,6 +631,7 @@ var FormUtil = new function() { ['Insert', ['link', 'table', 'hr']], ['Misc', ['fullscreen', 'undo', 'redo', 'help']],], disableDragAndDrop: true}); + $('.note-editable.panel-body').css({ "min-height" : "200px" }); } this.updateModelRichTextProperties = function(properties) {