scottyaslan commented on code in PR #8804:
URL: https://github.com/apache/nifi/pull/8804#discussion_r1600842421
##########
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:
Ok, I have updated the layouts to display filter hint text below the form
fields.
--
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]