Fix grid view in tags view
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
96f8cd0736
commit
32ecd755d3
|
@ -13,7 +13,7 @@
|
||||||
<p></p>
|
<p></p>
|
||||||
</div>
|
</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>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th id='headerName' class="hidden column-name">
|
<th id='headerName' class="hidden column-name">
|
||||||
|
|
Loading…
Reference in New Issue