diff --git a/src/FilterLists.Web/ClientApp/components/Home.tsx b/src/FilterLists.Web/ClientApp/components/Home.tsx index 29df6e918..2501e3485 100644 --- a/src/FilterLists.Web/ClientApp/components/Home.tsx +++ b/src/FilterLists.Web/ClientApp/components/Home.tsx @@ -45,20 +45,24 @@ export class Home extends React.Component, IFilterListsS Header: "View", accessor: "viewUrl", Cell: (d: any) => View , - style: { textAlign: "center" } + style: { textAlign: "center" }, + width: 100 }, { Header: "Subscribe", accessor: "viewUrl", Cell: (d: any) => Subscribe , - style: { textAlign: "center" } + style: { textAlign: "center" }, + width: 100 } ]} SubComponent={(row: any) => {