shrink default software col width

ref #470
This commit is contained in:
Collin Barrett 2018-09-15 18:32:26 -05:00
parent d6431442ad
commit 6b161dd7c6

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: 212,
width: 150,
headerClassName: "d-none d-md-block",
className: "d-none d-md-block",
show: props.columnVisibility.filter(