mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
Resolve the Tailwind CSS class error (#13700)
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
<ng-container *ngIf="loading">
|
<ng-container *ngIf="loading">
|
||||||
<i
|
<i
|
||||||
class="bwi bwi-spinner bwi-spin text-muted"
|
class="bwi bwi-spinner bwi-spin tw-text-muted"
|
||||||
title="{{ 'loading' | i18n }}"
|
title="{{ 'loading' | i18n }}"
|
||||||
aria-hidden="true"
|
aria-hidden="true"
|
||||||
></i>
|
></i>
|
||||||
<span class="sr-only">{{ "loading" | i18n }}</span>
|
<span class="tw-sr-only">{{ "loading" | i18n }}</span>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
<bit-table *ngIf="!loading">
|
<bit-table *ngIf="!loading">
|
||||||
<ng-container header>
|
<ng-container header>
|
||||||
|
|||||||
Reference in New Issue
Block a user