Merge pull request #23875 from nextcloud/backport/23866/stable19
[stable19] Fix grid view toggle in tags view
This commit is contained in:
commit
c53b925104
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue