From 5f4b126a90c3d839d711c6f4e24de1f3c41d4c1c Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sun, 1 Sep 2019 15:12:27 -0500 Subject: [PATCH] tweak software column width --- src/FilterLists.Web.V2/src/components/listsTable/ListsTable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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