diff --git a/lib/core/pagination/pagination.component.scss b/lib/core/pagination/pagination.component.scss index c238c37fd3..9bad7b5aa8 100644 --- a/lib/core/pagination/pagination.component.scss +++ b/lib/core/pagination/pagination.component.scss @@ -13,6 +13,10 @@ line-height: 20px; color: mat-color($foreground, text); + [dir='rtl'] &__block:nth-of-type(4) { + direction: ltr; + } + &__block { display: flex; align-items: center;