From f9fe43e17d58c16289d8c83055e0efb67b919e2e Mon Sep 17 00:00:00 2001 From: Corban-Lee Jones Date: Tue, 17 Sep 2024 00:35:53 +0100 Subject: [PATCH] spacing for smaller mobile screens --- apps/static/js/table.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/static/js/table.js b/apps/static/js/table.js index f6122fa..e79c160 100644 --- a/apps/static/js/table.js +++ b/apps/static/js/table.js @@ -49,7 +49,7 @@ async function initTable(containingSelector, tableId, loadDataFunc, newRowFunc, function createSearchRow(containingSelector, searchId, sortDropdownId, filterDropdownId, options, newRowFunc, deleteSelectedFunc) { $(containingSelector).append(` -
+
@@ -310,7 +310,7 @@ async function bindSortDropdown(tableId, sortDropdownId, loadDataFunc) { function createTable(containingSelector, tableId) { $(containingSelector).append(` -
+
`); @@ -318,7 +318,7 @@ function createTable(containingSelector, tableId) { function createTableControls(containingSelector, pageSizeId) { $(containingSelector).append(` -
+