scottyaslan commented on code in PR #8804:
URL: https://github.com/apache/nifi/pull/8804#discussion_r1601696361
##########
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:
Sorry, I must have not been looking at main. I do agree that these changes
do not impact the refreshed timestamp and button. I have reverted this file.
--
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]