mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
bump langs default col width back a bit
This commit is contained in:
parent
8e73d743f0
commit
b8f712f2c4
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ export const ListsTable = (props: IProps) => {
|
|||
</span>)}
|
||||
</div>,
|
||||
style: { whiteSpace: "inherit" },
|
||||
width: 90,
|
||||
width: 95,
|
||||
headerClassName: "d-none d-md-block",
|
||||
className: "d-none d-md-block",
|
||||
show: props.columnVisibility.filter(
|
||||
|
|
|
|||
Loading…
Reference in a new issue