diff --git a/src/FilterLists.Web.V2/src/components/listsTable/ListsTable.tsx b/src/FilterLists.Web.V2/src/components/listsTable/ListsTable.tsx index cfbf10089..f72bbdaf5 100644 --- a/src/FilterLists.Web.V2/src/components/listsTable/ListsTable.tsx +++ b/src/FilterLists.Web.V2/src/components/listsTable/ListsTable.tsx @@ -68,7 +68,7 @@ export const ListsTable = (props: RouteComponentProps & Props) => { const bSoftwareIds = getSoftwareIds(b); return arraySorter(aSoftwareIds, bSoftwareIds, props.software); }} - width={140} + width={143} className={styles.nogrow} render={(syntaxId: number) => syntaxId ? s.syntaxIds.includes(syntaxId))} /> : null} />} {tablePageSize.isNarrowWindow