Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix grid view in tags view
Signed-off-by: Morris Jobke <[email protected]>
  • Loading branch information
MorrisJobke authored and backportbot[bot] committed Nov 3, 2020
commit 0d6d6e576b480872828115db7d02873e71e1c3da
2 changes: 1 addition & 1 deletion apps/systemtags/templates/list.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<p></p>
</div>

<table id="filestable" data-preview-x="250" data-preview-y="250">
<table id="filestable" data-preview-x="250" data-preview-y="250" class="list-container">
<thead>
<tr>
<th id='headerName' class="hidden column-name">
Expand Down