use middle table size

This commit is contained in:
Collin M. Barrett 2019-08-05 15:14:57 -05:00
parent 42b9d4e556
commit 108cccbcd8

View file

@ -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" }} >
<Table.Column<List> title="Name" dataIndex={nameof<List>("name")} width={250} fixed="left" />
<Table.Column<List> title="Description" dataIndex={nameof<List>("description")} />