We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 825b39f commit 20bb10eCopy full SHA for 20bb10e
1 file changed
src/app/admin/admin-reports/filtered-collections/filtered-collections.component.html
@@ -29,7 +29,8 @@ <h1 id="header" class="border-bottom pb-2">{{ "admin.reports.collections.head" |
29
{{ "admin.reports.collections.collections-report" | translate }}
30
</ng-template>
31
<ng-template ngbPanelContent>
32
- <table id="table" class="table table-striped">
+ <div style="overflow-x: auto;">
33
+<table id="table" class="table table-striped">
34
<thead>
35
<tr class="header">
36
<th rowspan="2">{{ "admin.reports.collections.community" | translate }}</th>
@@ -62,6 +63,7 @@ <h1 id="header" class="border-bottom pb-2">{{ "admin.reports.collections.head" |
62
63
}
64
</tbody>
65
</table>
66
+ </div>
67
68
</ngb-panel>
69
</ngb-accordion>
0 commit comments