revert to small table size

This commit is contained in:
Collin M. Barrett 2019-08-05 20:55:51 -05:00
parent b6065beeb4
commit 0cca088b8d

View file

@ -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" }} >
<Table.Column<List>
title="Name"