Skip to content

Commit

Permalink
fix(paginator): set default display value (#8455)
Browse files Browse the repository at this point in the history
Makes the `mat-paginator` a block-level element by default, instead of inline.

Fixes #8454.
  • Loading branch information
crisbeto authored and andrewseguin committed Dec 19, 2017
1 parent e45b164 commit ccb325e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/paginator/paginator.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ $mat-paginator-button-icon-width: 8px;
$mat-paginator-button-decrement-icon-margin: 12px;
$mat-paginator-button-increment-icon-margin: 16px;

.mat-paginator {
display: block;
}

.mat-paginator-container {
display: flex;
align-items: center;
Expand Down

0 comments on commit ccb325e

Please sign in to comment.