[NIFI-13277] - Make the main menu more compact in terms of spacing. (#8861)

This closes #8861
This commit is contained in:
Rob Fellows 2024-05-21 15:15:28 -04:00 committed by GitHub
parent 2a4d1de6c1
commit f625d4c6c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -209,6 +209,10 @@
.mdc-dialog__content {
font-size: 14px !important;
}
.mat-mdc-menu-content .mat-mdc-menu-item {
min-height: 2.25rem;
}
}
@mixin generate-material-theme($material-theme) {