You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by mc...@apache.org on 2016/10/05 20:15:42 UTC

nifi git commit: [NIFI-1794] Update .dialog-content to wrap text. This closes #1094

Repository: nifi
Updated Branches:
  refs/heads/master c764f8350 -> e46fea920


[NIFI-1794] Update .dialog-content to wrap text. This closes #1094


Project: http://git-wip-us.apache.org/repos/asf/nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/e46fea92
Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/e46fea92
Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/e46fea92

Branch: refs/heads/master
Commit: e46fea920af11d2527f4eb4da3a191e309d12618
Parents: c764f83
Author: Scott Aslan <sc...@gmail.com>
Authored: Tue Oct 4 14:13:17 2016 -0400
Committer: Matt Gilman <ma...@gmail.com>
Committed: Wed Oct 5 16:15:11 2016 -0400

----------------------------------------------------------------------
 .../nifi-web-ui/src/main/webapp/js/jquery/modal/jquery.modal.css    | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/e46fea92/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/jquery/modal/jquery.modal.css
----------------------------------------------------------------------
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/jquery/modal/jquery.modal.css b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/jquery/modal/jquery.modal.css
index 04cbedc..d998436 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/jquery/modal/jquery.modal.css
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/jquery/modal/jquery.modal.css
@@ -83,6 +83,7 @@
     left: 20px;
     right: 20px;
     overflow-y: auto;
+    word-wrap: break-word;
 }
 
 .dialog-buttons {