From 6b161dd7c697df27f58832fe799cad3945f3ce8f Mon Sep 17 00:00:00 2001 From: Collin Barrett Date: Sat, 15 Sep 2018 18:32:26 -0500 Subject: [PATCH] shrink default software col width ref #470 --- .../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 400493b3e..a28fc1deb 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: 212, + width: 150, headerClassName: "d-none d-md-block", className: "d-none d-md-block", show: props.columnVisibility.filter(