mirror of https://github.com/apache/nifi.git
[NIFI-13277] - Make the main menu more compact in terms of spacing. (#8861)
This closes #8861
This commit is contained in:
parent
2a4d1de6c1
commit
f625d4c6c1
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue