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 2019/07/02 20:03:09 UTC

[nifi] branch master updated: NIFI-6401 - Long List of Users Overflows onto Date

This is an automated email from the ASF dual-hosted git repository.

mcgilman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/master by this push:
     new 846c9b0  NIFI-6401 - Long List of Users Overflows onto Date
846c9b0 is described below

commit 846c9b0a3fbbe7ca366b34c89e0f5885750b8a59
Author: Rob Fellows <ro...@gmail.com>
AuthorDate: Tue Jul 2 15:35:09 2019 -0400

    NIFI-6401 - Long List of Users Overflows onto Date
    
    This closes #3567
---
 .../nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/users.css   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/users.css b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/users.css
index dc2a404..31c1613 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/users.css
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/users.css
@@ -76,7 +76,7 @@
     position: absolute;
     top: 92px;
     left: 0px;
-    bottom: 0px;
+    bottom: 67px;
     right: 0px;
     overflow: hidden;
     background-color: #fff;