tweak software column width

This commit is contained in:
Collin M. Barrett 2019-09-01 15:12:27 -05:00
parent abe3616bc5
commit 5f4b126a90

View file

@ -68,7 +68,7 @@ export const ListsTable = (props: RouteComponentProps & Props) => {
const bSoftwareIds = getSoftwareIds(b);
return arraySorter(aSoftwareIds, bSoftwareIds, props.software);
}}
width={140}
width={143}
className={styles.nogrow}
render={(syntaxId: number) => syntaxId ? <SoftwareCloud software={props.software.filter((s: Software) => s.syntaxIds.includes(syntaxId))} /> : null} />}
{tablePageSize.isNarrowWindow