diff --git a/src/FilterLists.Web/ClientApp/modules/home/components/listsTable/ListsTable.tsx b/src/FilterLists.Web/ClientApp/modules/home/components/listsTable/ListsTable.tsx index 718112809..7546bd6a0 100644 --- a/src/FilterLists.Web/ClientApp/modules/home/components/listsTable/ListsTable.tsx +++ b/src/FilterLists.Web/ClientApp/modules/home/components/listsTable/ListsTable.tsx @@ -55,7 +55,7 @@ export const ListsTable = (props: IProps) => { , sortable: false, Cell: (c: any) => c.value.map((s: number, i: any) => ), - width: 150, + width: 155, headerClassName: "d-none d-md-block", className: "d-none d-md-block", show: props.columnVisibility.filter(