mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-16 21:03:22 +08:00
[PM-19132] Migrate bootstrap classes to tailwind (#14409)
* Migrate bootstrap classes to tailwind * Remove other unnecessary table classes --------- Co-authored-by: Daniel James Smith <2670567+djsmith85@users.noreply.github.com>
This commit is contained in:
parent
376c985134
commit
67b1158bf0
@ -1,9 +1,5 @@
|
||||
<ng-container>
|
||||
<bit-table-scroll
|
||||
[dataSource]="dataSource"
|
||||
[rowSize]="53"
|
||||
class="tw-table tw-w-full table-hover table-list"
|
||||
>
|
||||
<bit-table-scroll [dataSource]="dataSource" [rowSize]="53">
|
||||
<ng-container header>
|
||||
<th *ngIf="isCriticalAppsFeatureEnabled"></th>
|
||||
<th bitSortable="applicationName" bitCell>{{ "application" | i18n }}</th>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user