| commit | 73e85cf19297666a8badf62e06977b9a3fe80735 | [log] [tgz] |
|---|---|---|
| author | Rob Fellows <rob.fellows@gmail.com> | Tue Oct 07 15:29:21 2025 -0400 |
| committer | GitHub <noreply@github.com> | Tue Oct 07 15:29:21 2025 -0400 |
| tree | e8fd85e04273c56259105495fb68171c6516199c | |
| parent | 45378bdeac90364555739507951ac64832e0ded3 [diff] |
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>