bump soft. col. width a tad

This commit is contained in:
Collin M. Barrett 2018-09-15 19:35:57 -05:00
parent be10ecb298
commit 07d40cc339

View file

@ -55,7 +55,7 @@ export const ListsTable = (props: IProps) => {
</select>,
sortable: false,
Cell: (c: any) => c.value.map((s: number, i: any) => <SoftwareIcon id={s} key={i}/>),
width: 150,
width: 155,
headerClassName: "d-none d-md-block",
className: "d-none d-md-block",
show: props.columnVisibility.filter(