diff --git a/src/FilterLists.Web/ClientApp/components/Home.tsx b/src/FilterLists.Web/ClientApp/components/Home.tsx index 621136b82..be3c8e4c0 100644 --- a/src/FilterLists.Web/ClientApp/components/Home.tsx +++ b/src/FilterLists.Web/ClientApp/components/Home.tsx @@ -155,7 +155,7 @@ export class Home extends React.Component, IHomeState> { backgroundColor: `#${e.colorHex}`, color: ListDetails.getContrast(`${e.colorHex}`) }} title={e.description}>{e.name})}, - width: 100, + width: 200, headerClassName: "d-none d-md-block", className: "d-none d-md-block" },