From 222182a279d2053734759ea19f581d2bc95768d6 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 8 Sep 2018 15:46:13 -0500 Subject: [PATCH] widen tags column ref #432 --- 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 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" },