From 0b554af623f087ce4f0f1d6c5282f54cb7027a84 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Tue, 2 Nov 2021 18:19:02 -0500 Subject: [PATCH] =?UTF-8?q?refactor(web):=20=E2=99=BB=20use=20TablePaginat?= =?UTF-8?q?ionPosition=20api?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/listsTable/ListsTable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/listsTable/ListsTable.tsx b/web/src/components/listsTable/ListsTable.tsx index 838936d19..36132c57d 100644 --- a/web/src/components/listsTable/ListsTable.tsx +++ b/web/src/components/listsTable/ListsTable.tsx @@ -67,8 +67,8 @@ export const ListsTable = (props: RouteComponentProps & Props) => { size="small" pagination={{ simple: true, - style: { float: "left", margin: "4px 4px" }, pageSize: tablePageSize.pageSize, + position: ["bottomLeft"], }} scroll={{ x: