NIFI-15071 - Give enough space to add property dialog so it doesn't have scrollbars by default (#10402)

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 4a44350..c1acc1ee 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>