fix weird gap on 1920px wide monitors

This commit is contained in:
Collin M. Barrett 2019-09-09 08:49:31 -05:00
parent 0ee13f9712
commit d155b94b6f

View file

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