scottyaslan commented on code in PR #8804:
URL: https://github.com/apache/nifi/pull/8804#discussion_r1603541190
##########
nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/app/ui/common/error-banner/error-banner.component.html:
##########
@@ -16,18 +16,20 @@
-->
@if ((messages$ | async)!; as messages) {
- <div class="banner-container border-t border-b px-6 py-3 flex
justify-between items-center">
- @if (messages.length === 1) {
- <div>{{ messages[0] }}</div>
- } @else {
- <ul>
- @for (message of messages; track message) {
- <li>{{ message }}</li>
- }
- </ul>
- }
- <div class="flex flex-col mt-auto">
- <button mat-stroked-button (click)="dismiss()">Dismiss</button>
+ <div class="pt-4 pb-4">
Review Comment:
Updated this to use `mb-4`.
--
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]