This is an automated email from the ASF dual-hosted git repository.

scottyaslan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new 73e85cf192 NIFI-15071 - Give enough space to add property dialog so it 
doesn't have scrollbars by default (#10402)
73e85cf192 is described below

commit 73e85cf19297666a8badf62e06977b9a3fe80735
Author: Rob Fellows <[email protected]>
AuthorDate: Tue Oct 7 15:29:21 2025 -0400

    NIFI-15071 - Give enough space to add property dialog so it doesn't have 
scrollbars by default (#10402)
---
 .../ui/common/new-property-dialog/new-property-dialog.component.html    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/nifi-frontend/src/main/frontend/apps/nifi/src/app/ui/common/new-property-dialog/new-property-dialog.component.html
 
b/nifi-frontend/src/main/frontend/apps/nifi/src/app/ui/common/new-property-dialog/new-property-dialog.component.html
index 4a44350d9d..c1acc1eec4 100644
--- 
a/nifi-frontend/src/main/frontend/apps/nifi/src/app/ui/common/new-property-dialog/new-property-dialog.component.html
+++ 
b/nifi-frontend/src/main/frontend/apps/nifi/src/app/ui/common/new-property-dialog/new-property-dialog.component.html
@@ -27,7 +27,7 @@
                 }
             </mat-form-field>
         </div>
-        <div class="flex flex-col">
+        <div class="flex flex-col pb-1">
             <label>Sensitive Value</label>
             <mat-radio-group formControlName="sensitive">
                 <mat-radio-button [value]="true">Yes</mat-radio-button>

Reply via email to