From 0cca088b8d6805447f58463998f262a42b9ba874 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Mon, 5 Aug 2019 20:55:51 -0500 Subject: [PATCH] revert to small table size --- .../src/modules/allListsTable/AllListsTable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FilterLists.Web.V2/src/modules/allListsTable/AllListsTable.tsx b/src/FilterLists.Web.V2/src/modules/allListsTable/AllListsTable.tsx index 035a12f61..db141a530 100644 --- a/src/FilterLists.Web.V2/src/modules/allListsTable/AllListsTable.tsx +++ b/src/FilterLists.Web.V2/src/modules/allListsTable/AllListsTable.tsx @@ -28,7 +28,7 @@ export class AllListsTable extends React.Component<{}, State> { dataSource={this.state.data} rowKey={record => record.id.toString()} loading={this.state.data.length === 0 ? true : false} - size="middle" + size="small" pagination={{ position: "top", size: "small" }} > title="Name"