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

SSDM-1912 : Long text in properties of type MULTILINE_VARCHAR should be broken into several lines

SVN: 34021
parent 5a4aa09f
No related branches found
No related tags found
No related merge requests found
......@@ -334,7 +334,7 @@ var FormUtil = new function() {
}
$fieldset.append($controlGroup);
var $component = $("<p>", {'class' : 'form-control-static', 'style' : 'border:none; box-shadow:none; background:transparent; white-space: pre;'});
var $component = $("<p>", {'class' : 'form-control-static', 'style' : 'border:none; box-shadow:none; background:transparent; word-wrap: break-word; white-space: pre-line;'});
if(cssForText) {
$component.css(cssForText);
}
......
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