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 {
8989 </svg>
9090 </div>
9191 </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}">
9393 {{totalItemText.subject | i18nReplace:{start: startItemIndex, end: endItemIndex, total: totalDataLength } | async}}
9494 </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}">
9696 {{totalItemsText.subject | i18nReplace:{start: startItemIndex, end: endItemIndex, total: totalDataLength } | async}}
9797 </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}">
9999 {{totalItemsUnknownText.subject | i18nReplace:{start: startItemIndex, end: endItemIndex } | async}}
100100 </span>
101101 </div>
You can’t perform that action at this time.
0 commit comments