Skip to content

Commit

Permalink
fix(paginator): underlying select vertical alignment (#6354)
Browse files Browse the repository at this point in the history
Fixes the paginator's `md-select` not being align correctly.

Fixes #6338.
  • Loading branch information
crisbeto authored and mmalerba committed Aug 9, 2017
1 parent b4e2488 commit 0d2ea10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/paginator/paginator.scss
Expand Up @@ -32,6 +32,8 @@ $mat-paginator-button-increment-icon-margin: 16px;
}

.mat-paginator-page-size-select {
// Since the select won't have a placeholder we can remove the space that is reserved for it.
padding-top: 0;
margin: $mat-paginator-selector-margin;

.mat-select-trigger {
Expand Down

0 comments on commit 0d2ea10

Please sign in to comment.