Repository: nifi Updated Branches: refs/heads/develop bca9acbf4 -> eee5a22f0
NIFI-776: - Allowing tooltips to break words to wrap. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/9f75cad4 Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/9f75cad4 Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/9f75cad4 Branch: refs/heads/develop Commit: 9f75cad4110ba549c7f560c72c8ad0a69101cd56 Parents: 42c07a3 Author: Matt Gilman <[email protected]> Authored: Sun Jul 19 15:08:48 2015 -0400 Committer: Matt Gilman <[email protected]> Committed: Sun Jul 19 15:08:48 2015 -0400 ---------------------------------------------------------------------- .../nifi-web/nifi-web-ui/src/main/webapp/css/main.css | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/9f75cad4/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/main.css ---------------------------------------------------------------------- diff --git a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/main.css b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/main.css index 70916c6..aa12602 100644 --- a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/main.css +++ b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/main.css @@ -116,6 +116,7 @@ div.nifi-tooltip { background-color: #FFFFA3; color: #454545; max-width: 500px; + word-wrap: break-word; } .ellipsis {
