From a0d5e344ac4e120051bdcc902dc3d9eabd57fde3 Mon Sep 17 00:00:00 2001 From: Scott Aslan Date: Wed, 3 May 2017 20:54:29 -0400 Subject: [PATCH] [NIFI-3021] add white-space: pre to the #label-value element --- .../nifi-web-ui/src/main/webapp/css/label-configuration.css | 1 + 1 file changed, 1 insertion(+) diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/label-configuration.css b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/label-configuration.css index fc89e002bf59..65279d81be85 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/label-configuration.css +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/label-configuration.css @@ -30,6 +30,7 @@ resize: vertical; min-height: 100px; min-width: 100px; + white-space: pre; } #label-font-size {