From 98fb58975f25b3d58868a9c18e5f1869fe97efa6 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 Signed-off-by: Pierre Villard This closes #1749. --- .../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 fc89e002bf..65279d81be 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 {