[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:
Leslie Tilton 2025-04-29 05:45:30 -05:00 committed by GitHub
parent 376c985134
commit 67b1158bf0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>