Skip to content

Commit 0d2ea10

Browse files
crisbetommalerba
authored andcommitted
fix(paginator): underlying select vertical alignment (#6354)
Fixes the paginator's `md-select` not being align correctly. Fixes #6338.
1 parent b4e2488 commit 0d2ea10

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib/paginator/paginator.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ $mat-paginator-button-increment-icon-margin: 16px;
3232
}
3333

3434
.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;
3537
margin: $mat-paginator-selector-margin;
3638

3739
.mat-select-trigger {

0 commit comments

Comments
 (0)