I would like to set the height of the MatPaginator, because it takes up too much space in my current application.
Currently I could reduce the height like this:
.mat-paginator-container {
min-height: 20px !important;
.mat-form-field-wrapper {
padding-bottom: 0 !important;
}
}
Sadly the pageSize selector won't adjust well to the size change.
What could be a better solution?
StackBlitz: https://stackblitz.com/edit/angular-kqewpc?file=src/styles.scss