mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
widen rule count column a tad
This commit is contained in:
parent
f6e8256af1
commit
1934fa9a51
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ export const RuleCount = (columnVisibility: IColumnVisibility[]) =>
|
|||
sortMethod: (a: string, b: string) => sortMethod(a, b),
|
||||
Cell: (c: any) => Cell(c.value),
|
||||
style: { whiteSpace: "inherit" },
|
||||
width: 80,
|
||||
width: 85,
|
||||
headerClassName: "d-none d-md-block",
|
||||
className: "d-none d-md-block",
|
||||
show: columnVisibility.filter((c: IColumnVisibility) => c.column === "Rule Count")[0].visible
|
||||
|
|
|
|||
Loading…
Reference in a new issue