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" }