From 7b4eee9a0b0754f144e4df36dd93fe270c8583bf Mon Sep 17 00:00:00 2001
From: juanf <juanf>
Date: Wed, 30 Nov 2016 14:52:45 +0000
Subject: [PATCH] SSDM-4164 : Polishing Styles for rich text format

SVN: 37417
---
 .../eln-lims/1/as/webapps/eln-lims/html/js/util/FormUtil.js     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/FormUtil.js b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/FormUtil.js
index 561ab6ca14e..bfc38e61332 100644
--- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/FormUtil.js
+++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/FormUtil.js
@@ -557,7 +557,7 @@ var FormUtil = new function() {
 		}
 		$fieldset.append($controlGroup);
 		
-		var $component = $("<p>", {'class' : 'form-control-static', 'style' : 'border:none; box-shadow:none; background:transparent; word-wrap: break-word; white-space: pre-wrap;'});
+		var $component = $("<p>", {'class' : 'form-control-static', 'style' : 'border:none; box-shadow:none; background:transparent; word-wrap: break-word;'}); //white-space: pre-wrap;
 		if(cssForText) {
 			$component.css(cssForText);
 		}
-- 
GitLab