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


##########
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/app/pages/access-policies/ui/common/add-tenant-to-policy-dialog/add-tenant-to-policy-dialog.component.html:
##########
@@ -21,7 +21,7 @@ <h2 mat-dialog-title>Add Users/Groups To Policy</h2>
         @if (filteredUsers.length > 0) {
             <div>
                 <mat-label>Users</mat-label>
-                <mat-selection-list formControlName="users" class="border">
+                <mat-selection-list formControlName="users">

Review Comment:
   restored



##########
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/app/pages/parameter-contexts/ui/parameter-context-listing/parameter-context-inheritance/parameter-context-inheritance.component.scss:
##########
@@ -17,14 +17,10 @@
 
 .parameter-context-inheritance {
     .parameter-context-inheritance-list {
-        min-height: 66px;
+        min-height: 74px;
         border-radius: 4px;
         overflow: hidden;
         display: block;
-
-        .cdk-drag-disabled {
-            cursor: not-allowed;
-        }

Review Comment:
   restored



-- 
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: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to