scottyaslan commented on code in PR #8535:
URL: https://github.com/apache/nifi/pull/8535#discussion_r1538335965
##########
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/app/ui/common/controller-service/enable-controller-service/enable-controller-service.component.html:
##########
@@ -21,8 +21,8 @@ <h2 mat-dialog-title>Enable Controller Service</h2>
<form class="controller-service-enable-form"
[formGroup]="enableControllerServiceForm">
@if (enableRequest.currentStep === SetEnableStep.Pending) {
<mat-dialog-content>
- <div class="tab-content py-4 flex gap-x-4">
- <div class="w-96 flex flex-col gap-y-4">
+ <div class="tab-content py-4 grid-container grid
grid-cols-2">
+ <div class="col-span-1 pr-5">
Review Comment:
I made this dialog a bit wider so I was playing around with the grid layout
to split the width in half. I will restore this spacing.
--
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]