Repository: incubator-nifi Updated Branches: refs/heads/NIFI-250 b32e2712c -> 1cee43678
NIFI-250: - Fixing the width of the referencing components when the content overflows. Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/1cee4367 Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/1cee4367 Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/1cee4367 Branch: refs/heads/NIFI-250 Commit: 1cee4367888d899d9396f7e48f2badfa8e11f07c Parents: b32e271 Author: Matt Gilman <[email protected]> Authored: Mon Mar 30 14:54:16 2015 -0400 Committer: Matt Gilman <[email protected]> Committed: Mon Mar 30 14:54:16 2015 -0400 ---------------------------------------------------------------------- .../nifi-web-ui/src/main/webapp/css/controller-service.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/1cee4367/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/controller-service.css ---------------------------------------------------------------------- diff --git a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/controller-service.css b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/controller-service.css index c7f8cd1..acc8487 100644 --- a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/controller-service.css +++ b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/controller-service.css @@ -202,7 +202,7 @@ div.referencing-component-references { #disable-controller-service-referencing-components { border: 0 solid #CCCCCC; padding: 2px; - width: 432px; + width: 429px; height: 335px; overflow: auto; white-space: nowrap; @@ -245,7 +245,7 @@ div.referencing-component-references { #enable-controller-service-referencing-components { border: 0 solid #ccc; padding: 2px; - width: 432px; + width: 429px; height: 335px; overflow: auto; white-space: nowrap;
