use small table size

This commit is contained in:
Collin M. Barrett 2019-08-04 18:15:40 -05:00
parent d9a2988787
commit 83b11c035b

View file

@ -33,6 +33,7 @@ export class AllListsTable extends React.Component<{}, State> {
render() {
return (
<Table
size="small"
columns={columns}
rowKey={record => record.id.toString()}
dataSource={this.state.data}