Skip to content

Commit

Permalink
fix the class name
Browse files Browse the repository at this point in the history
  • Loading branch information
lharries committed Jan 31, 2018
1 parent 73170ba commit 354dd01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/paginator/paginator.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ $mat-paginator-button-last-increment-icon-margin: 9px;
.mat-paginator-decrement {
margin-left: $mat-paginator-button-decrement-icon-margin;
[dir='rtl'] & {
margin-right: $mat-paginator-button-increment-icon-margin;
margin-right: $mat-paginator-button-decrement-icon-margin;
}
}

Expand Down

0 comments on commit 354dd01

Please sign in to comment.