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)}>