mcgilman commented on code in PR #8804:
URL: https://github.com/apache/nifi/pull/8804#discussion_r1601599674
##########
nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/app/pages/provenance/ui/provenance-event-listing/provenance-event-table/provenance-event-table.component.html:
##########
@@ -17,7 +17,7 @@
<div class="provenance-event-table h-full flex flex-col gap-y-2">
<error-banner></error-banner>
- <div [class.hidden]="showLineage" class="h-full flex flex-col gap-y-2">
+ <div [class.hidden]="showLineage" class="h-full flex flex-col">
Review Comment:
My comment was regarding this change (not other parts of the application)
specifically which makes these elements even closer. Usage of `hint` is a great
idea. Let me review these changes in your latest commit.
--
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]