From 846c9b0a3fbbe7ca366b34c89e0f5885750b8a59 Mon Sep 17 00:00:00 2001 From: Rob Fellows Date: Tue, 2 Jul 2019 15:35:09 -0400 Subject: [PATCH] NIFI-6401 - Long List of Users Overflows onto Date This closes #3567 --- .../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 dc2a4046c2..31c1613996 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;