mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
bump soft. col. width a tad
This commit is contained in:
parent
be10ecb298
commit
07d40cc339
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue