Skip to content
Snippets Groups Projects
Commit edcdc923 authored by juanf's avatar juanf
Browse files

SSDM-3292 : Forms have now longer lines and the text editor takes more space by default.

SVN: 35826
parent fc0cd28b
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment