From e770810fd4c8b5e050b4adf1cc9741703e17d142 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Fri, 24 Aug 2018 18:38:07 -0500 Subject: [PATCH] make details and subscribe buttons a bit wider --- src/FilterLists.Web/ClientApp/components/Home.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/FilterLists.Web/ClientApp/components/Home.tsx b/src/FilterLists.Web/ClientApp/components/Home.tsx index 0baf9bad8..e9de267c9 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: 100 + width: 105 }, { Header: "Subscribe", @@ -164,7 +164,7 @@ export class Home extends React.Component, IHomeState> { sortable: false, Cell: (cell: any) => , style: { textAlign: "center" }, - width: 100, + width: 105, headerClassName: "d-none d-lg-block", className: "d-none d-lg-block" }