mirror of
https://github.com/nextcloud/server.git
synced 2026-03-10 10:21:38 -04:00
Fix grid view in tags view
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
96f8cd0736
commit
32ecd755d3
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue