mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
tweak software column width
This commit is contained in:
parent
abe3616bc5
commit
5f4b126a90
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue