From 61473889c0bf0306ddcdb31550a2b7933fb89230 Mon Sep 17 00:00:00 2001 From: Collin Barrett Date: Mon, 3 Sep 2018 10:40:25 -0500 Subject: [PATCH] shrink Details button size to save space --- src/FilterLists.Web/ClientApp/components/Home.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FilterLists.Web/ClientApp/components/Home.tsx b/src/FilterLists.Web/ClientApp/components/Home.tsx index 02b7a2e34..8c35268e3 100644 --- a/src/FilterLists.Web/ClientApp/components/Home.tsx +++ b/src/FilterLists.Web/ClientApp/components/Home.tsx @@ -156,7 +156,7 @@ export class Home extends React.Component, IHomeState> { } , style: { textAlign: "center" }, - width: 105 + width: 85 } ]} SubComponent={(row: any) => {