Skip to content

Commit c53b925

Browse files
authored
Merge pull request #23875 from nextcloud/backport/23866/stable19
[stable19] Fix grid view toggle in tags view
2 parents cc6e63e + 32ecd75 commit c53b925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/systemtags/templates/list.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<p></p>
1414
</div>
1515

16-
<table id="filestable" data-preview-x="250" data-preview-y="250">
16+
<table id="filestable" data-preview-x="250" data-preview-y="250" class="list-container">
1717
<thead>
1818
<tr>
1919
<th id='headerName' class="hidden column-name">

0 commit comments

Comments
 (0)