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 @@ -91,13 +91,13 @@ export interface PaginationTranslations {
9191 </svg>
9292 </div>
9393 </ng-container>
94- <span *ngIf="!pagesUnknown && totalDataLength <= 1" class="bx--pagination__text" [ngStyle]="{'margin-left': showPageInput ? null : 0}">
94+ <span *ngIf="!pagesUnknown && totalDataLength <= 1" class="bx--pagination__text bx--pagination__items-count " [ngStyle]="{'margin-left': showPageInput ? null : 0}">
9595 {{totalItemText.subject | i18nReplace:{start: startItemIndex, end: endItemIndex, total: totalDataLength } | async}}
9696 </span>
97- <span *ngIf="!pagesUnknown && totalDataLength > 1" class="bx--pagination__text" [ngStyle]="{'margin-left': showPageInput ? null : 0}">
97+ <span *ngIf="!pagesUnknown && totalDataLength > 1" class="bx--pagination__text bx--pagination__items-count " [ngStyle]="{'margin-left': showPageInput ? null : 0}">
9898 {{totalItemsText.subject | i18nReplace:{start: startItemIndex, end: endItemIndex, total: totalDataLength } | async}}
9999 </span>
100- <span *ngIf="pagesUnknown" class="bx--pagination__text" [ngStyle]="{'margin-left': showPageInput ? null : 0}">
100+ <span *ngIf="pagesUnknown" class="bx--pagination__text bx--pagination__items-count " [ngStyle]="{'margin-left': showPageInput ? null : 0}">
101101 {{totalItemsUnknownText.subject | i18nReplace:{start: startItemIndex, end: endItemIndex } | async}}
102102 </span>
103103 </div>
You can’t perform that action at this time.
0 commit comments