From d155b94b6fd03b74beda0f6ec2c50deac6e85f68 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Mon, 9 Sep 2019 08:49:31 -0500 Subject: [PATCH] fix weird gap on 1920px wide monitors --- src/FilterLists.Web/src/components/listsTable/ListsTable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FilterLists.Web/src/components/listsTable/ListsTable.tsx b/src/FilterLists.Web/src/components/listsTable/ListsTable.tsx index 78ad060b3..066bfac9f 100644 --- a/src/FilterLists.Web/src/components/listsTable/ListsTable.tsx +++ b/src/FilterLists.Web/src/components/listsTable/ListsTable.tsx @@ -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, _sorter: SorterResult, extra: TableCurrentDataSource) => setVisibleLists(extra.currentDataSource)}>