widen tags column

ref #432
This commit is contained in:
Collin M. Barrett 2018-09-08 15:46:13 -05:00
parent 51ad6e68f3
commit 222182a279

View file

@ -155,7 +155,7 @@ export class Home extends React.Component<RouteComponentProps<{}>, IHomeState> {
backgroundColor: `#${e.colorHex}`,
color: ListDetails.getContrast(`${e.colorHex}`)
}} title={e.description}>{e.name}</span>)}</div>,
width: 100,
width: 200,
headerClassName: "d-none d-md-block",
className: "d-none d-md-block"
},