scottyaslan commented on code in PR #8804:
URL: https://github.com/apache/nifi/pull/8804#discussion_r1598737032
##########
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:
It is very similar but these changes do align the bottom padding/spacing
with the other pages. Specifically the spacing for the last refreshed timestamp
and button.
--
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]