Repository: nifi Updated Branches: refs/heads/master 4274481f1 -> 2bc7d5262
[NIFI-3458] increase processor preview hieght to avoid bottom border being cut off. This closes #1498 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/2bc7d526 Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/2bc7d526 Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/2bc7d526 Branch: refs/heads/master Commit: 2bc7d526265eb2ff2a7b3f17a5a2d810bb431662 Parents: 4274481 Author: Scott Aslan <[email protected]> Authored: Fri Feb 10 10:14:56 2017 -0500 Committer: Matt Gilman <[email protected]> Committed: Mon Feb 13 09:46:20 2017 -0500 ---------------------------------------------------------------------- .../nifi-web/nifi-web-ui/src/main/webapp/css/dialog.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/2bc7d526/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/dialog.css ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/dialog.css b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/dialog.css index 911dec2..40a520f 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/dialog.css +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/dialog.css @@ -34,7 +34,7 @@ #fill-color-processor-preview { width: 173px; - height: 65px; + height: 66px; border-width: 1px; border-style: solid; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
