From 3c3e8850d4edcefb0914e8b01749b6ea87e9363d Mon Sep 17 00:00:00 2001 From: "Collin M. 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(