From a4715b67beeaba28a0239b37e1c1097533669593 Mon Sep 17 00:00:00 2001 From: Collin Barrett Date: Sat, 15 Sep 2018 19:35:57 -0500 Subject: [PATCH] bump soft. col. width a tad --- .../ClientApp/modules/home/components/listsTable/ListsTable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(