give a bit more width for description column

This commit is contained in:
Collin M. Barrett 2019-09-08 17:17:55 -05:00
parent a937632d0a
commit e7aaae307e

View file

@ -49,7 +49,7 @@ export const ListsTable = (props: RouteComponentProps & Props) => {
style: { float: "left", margin: "4px 4px" },
pageSize: tablePageSize.pageSize
}}
scroll={{ x: tablePageSize.isNarrowWindow ? undefined : 1200 }}
scroll={{ x: tablePageSize.isNarrowWindow ? undefined : 1400 }}
onChange={(_pagination: PaginationConfig, _filters: Record<keyof List, string[]>, _sorter: SorterResult<List>, extra: TableCurrentDataSource<List>) =>
setVisibleLists(extra.currentDataSource)}>
<Table.Column<List>