mcgilman commented on code in PR #8804:
URL: https://github.com/apache/nifi/pull/8804#discussion_r1601596277


##########
nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/app/pages/access-policies/feature/access-policies.component.html:
##########
@@ -15,14 +15,14 @@
   ~  limitations under the License.
   -->
 
-<div class="pb-5 flex flex-col h-screen justify-between gap-y-5">
-    <header class="nifi-header">
+<div class="flex flex-col h-screen justify-between">
+    <header class="pb-5 nifi-header">
         <navigation></navigation>
     </header>
     <div class="px-5">
-        <h3 class="primary-color">Access Policies</h3>
+        <h3 class="pb-5 primary-color">Access Policies</h3>
     </div>
-    <div class="px-5 flex-1">
+    <div class="pb-5 px-5 flex-1">
         <router-outlet></router-outlet>
     </div>
 </div>

Review Comment:
   I don't believe these changes make any difference in the padding/spacing. 
And the changes are different from the other pages. They do not impact the 
refreshed timestamp and button. Is there something subtle that I missed?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to