From 403d54607ed8403cd82b1444697889ed0953345d Mon Sep 17 00:00:00 2001 From: Morris Jobke <hey@morrisjobke.de> Date: Tue, 3 Nov 2020 14:35:10 +0100 Subject: [PATCH] Fix grid view in tags view Signed-off-by: Morris Jobke <hey@morrisjobke.de> --- apps/systemtags/templates/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/systemtags/templates/list.php b/apps/systemtags/templates/list.php index 80c20e24eda..f6a0735881a 100644 --- a/apps/systemtags/templates/list.php +++ b/apps/systemtags/templates/list.php @@ -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"> -- GitLab