Skip to content

Commit bdaaece

Browse files
fix #5533: replace inline style with Bootstrap table-responsive class
1 parent 20bb10e commit bdaaece

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/admin/admin-reports/filtered-collections/filtered-collections.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ <h1 id="header" class="border-bottom pb-2">{{ "admin.reports.collections.head" |
2929
{{ "admin.reports.collections.collections-report" | translate }}
3030
</ng-template>
3131
<ng-template ngbPanelContent>
32-
<div style="overflow-x: auto;">
33-
<table id="table" class="table table-striped">
32+
<div class="table-responsive">
33+
<table id="table" class="table table-striped">
3434
<thead>
3535
<tr class="header">
3636
<th rowspan="2">{{ "admin.reports.collections.community" | translate }}</th>

0 commit comments

Comments
 (0)