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


##########
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:
   FYI I didn't actually use `<mat-hint>` but rather I simply moved the `<div>` 
to the appropriate place such that there are no overflow issues. This approach 
does not really correlate the 'hint' to a particular field which is why I 
didn't opt to use `<mat-hint>`. It actually doesn't make any visual difference 
whether we use `<mat-hint>` or `<div>` so if you like I can update to use 
`<mat-hint>`.



-- 
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