File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -89,13 +89,13 @@ export interface PaginationTranslations {
89
89
</svg>
90
90
</div>
91
91
</ng-container>
92
- <span *ngIf="!pagesUnknown && totalDataLength <= 1" class="cds--pagination__text" [ngStyle]="{'margin-left': showPageInput ? null : 0}">
92
+ <span *ngIf="!pagesUnknown && totalDataLength <= 1" class="cds--pagination__text cds--pagination__items-count " [ngStyle]="{'margin-left': showPageInput ? null : 0}">
93
93
{{totalItemText.subject | i18nReplace:{start: startItemIndex, end: endItemIndex, total: totalDataLength } | async}}
94
94
</span>
95
- <span *ngIf="!pagesUnknown && totalDataLength > 1" class="cds--pagination__text" [ngStyle]="{'margin-left': showPageInput ? null : 0}">
95
+ <span *ngIf="!pagesUnknown && totalDataLength > 1" class="cds--pagination__text cds--pagination__items-count " [ngStyle]="{'margin-left': showPageInput ? null : 0}">
96
96
{{totalItemsText.subject | i18nReplace:{start: startItemIndex, end: endItemIndex, total: totalDataLength } | async}}
97
97
</span>
98
- <span *ngIf="pagesUnknown" class="cds--pagination__text" [ngStyle]="{'margin-left': showPageInput ? null : 0}">
98
+ <span *ngIf="pagesUnknown" class="cds--pagination__text cds--pagination__items-count " [ngStyle]="{'margin-left': showPageInput ? null : 0}">
99
99
{{totalItemsUnknownText.subject | i18nReplace:{start: startItemIndex, end: endItemIndex } | async}}
100
100
</span>
101
101
</div>
You can’t perform that action at this time.
0 commit comments