Repository: nifi Updated Branches: refs/heads/master 1e75f3367 -> 98fb58975
[NIFI-3021] add white-space: pre to the #label-value element Signed-off-by: Pierre Villard <[email protected]> This closes #1749. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/98fb5897 Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/98fb5897 Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/98fb5897 Branch: refs/heads/master Commit: 98fb58975f25b3d58868a9c18e5f1869fe97efa6 Parents: 1e75f33 Author: Scott Aslan <[email protected]> Authored: Wed May 3 20:54:29 2017 -0400 Committer: Pierre Villard <[email protected]> Committed: Thu May 4 07:45:08 2017 +0200 ---------------------------------------------------------------------- .../nifi-web-ui/src/main/webapp/css/label-configuration.css | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/98fb5897/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/label-configuration.css ---------------------------------------------------------------------- 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 fc89e00..65279d8 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 {
