From 108cccbcd81bd32caaecc41f1c4e2eb9dc240365 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Mon, 5 Aug 2019 15:14:57 -0500 Subject: [PATCH] use middle 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 d55d55745..fa2f5ce7d 100644 --- a/src/FilterLists.Web.V2/src/modules/allListsTable/AllListsTable.tsx +++ b/src/FilterLists.Web.V2/src/modules/allListsTable/AllListsTable.tsx @@ -27,7 +27,7 @@ export class AllListsTable extends React.Component<{}, State> { dataSource={this.state.data} rowKey={record => record.id.toString()} loading={this.state.data.length > 0 ? false : true} - size="small" + size="middle" pagination={{ position: "top", size: "small" }} > title="Name" dataIndex={nameof("name")} width={250} fixed="left" /> title="Description" dataIndex={nameof("description")} />