We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4e2488 commit 0d2ea10Copy full SHA for 0d2ea10
src/lib/paginator/paginator.scss
@@ -32,6 +32,8 @@ $mat-paginator-button-increment-icon-margin: 16px;
32
}
33
34
.mat-paginator-page-size-select {
35
+ // Since the select won't have a placeholder we can remove the space that is reserved for it.
36
+ padding-top: 0;
37
margin: $mat-paginator-selector-margin;
38
39
.mat-select-trigger {
0 commit comments