From 2f09e6ec5a1b1b4f652d46a804962a048adaceb9 Mon Sep 17 00:00:00 2001 From: danbress Date: Mon, 23 Mar 2015 09:14:29 -0400 Subject: [PATCH] NIFI-434 adjusting CSS to not break on spaces for the first three columns of a property table --- .../nifi-web-docs/src/main/webapp/css/component-usage.css | 4 ++++ 1 file changed, 4 insertions(+) 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 45c1e267ac..6aea18b9e5 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,6 +113,10 @@ table tr:last-child td:last-child { border-bottom-right-radius:3px; } +td#allowable-values, td#default-value, td#name { + white-space:nowrap; +} + /* links */ a, a:link, a:visited {