[NIFI-3021] remove white-space:no-wrap on view configuration properties tables textareas

This closes #1204.
This commit is contained in:
Scott Aslan 2016-11-10 15:27:26 -05:00 committed by Pierre Villard
parent f83863ebae
commit 4957b628fb
1 changed files with 2 additions and 1 deletions

View File

@ -850,7 +850,8 @@
'height': '80px',
'resize': 'both',
'width': cellNode.width() + 'px',
'margin': '10px 0px'
'margin': '10px 0px',
'white-space': 'pre'
}).text(property.value).on('keydown', function (evt) {
if (evt.which === $.ui.keyCode.ESCAPE) {
cleanUp();