mirror of https://github.com/apache/nifi.git
[NIFI-3021] remove white-space:no-wrap on view configuration properties tables textareas
This closes #1204.
This commit is contained in:
parent
f83863ebae
commit
4957b628fb
|
@ -850,7 +850,8 @@
|
||||||
'height': '80px',
|
'height': '80px',
|
||||||
'resize': 'both',
|
'resize': 'both',
|
||||||
'width': cellNode.width() + 'px',
|
'width': cellNode.width() + 'px',
|
||||||
'margin': '10px 0px'
|
'margin': '10px 0px',
|
||||||
|
'white-space': 'pre'
|
||||||
}).text(property.value).on('keydown', function (evt) {
|
}).text(property.value).on('keydown', function (evt) {
|
||||||
if (evt.which === $.ui.keyCode.ESCAPE) {
|
if (evt.which === $.ui.keyCode.ESCAPE) {
|
||||||
cleanUp();
|
cleanUp();
|
||||||
|
|
Loading…
Reference in New Issue