NIFI-434 formatting tds to not wrap on spaces
Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/2c418ece Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/2c418ece Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/2c418ece Branch: refs/heads/develop Commit: 2c418ece71ee20a2585364458ca4f67d96e7bd5f Parents: 10f7247 Author: danbress <[email protected]> Authored: Mon Mar 23 09:39:24 2015 -0400 Committer: danbress <[email protected]> Committed: Mon Mar 23 10:30:25 2015 -0400 ---------------------------------------------------------------------- .../nifi-web/nifi-web-docs/src/main/webapp/css/component-usage.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/2c418ece/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-docs/src/main/webapp/css/component-usage.css ---------------------------------------------------------------------- diff --git a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-docs/src/main/webapp/css/component-usage.css b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-docs/src/main/webapp/css/component-usage.css index 6aea18b..19f6dff 100644 --- a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-docs/src/main/webapp/css/component-usage.css +++ b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-docs/src/main/webapp/css/component-usage.css @@ -113,7 +113,7 @@ table tr:last-child td:last-child { border-bottom-right-radius:3px; } -td#allowable-values, td#default-value, td#name { +td#allowable-values, td#default-value, td#name, td#value { white-space:nowrap; }
