diff --git a/src/FilterLists.Web/src/components/listsTable/ListsTable.tsx b/src/FilterLists.Web/src/components/listsTable/ListsTable.tsx index 9e89f704f..dbbee17c2 100644 --- a/src/FilterLists.Web/src/components/listsTable/ListsTable.tsx +++ b/src/FilterLists.Web/src/components/listsTable/ListsTable.tsx @@ -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, _sorter: SorterResult, extra: TableCurrentDataSource) => setVisibleLists(extra.currentDataSource)}>