mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
give a bit more width for description column
This commit is contained in:
parent
a937632d0a
commit
e7aaae307e
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ export const ListsTable = (props: RouteComponentProps & Props) => {
|
|||
style: { float: "left", margin: "4px 4px" },
|
||||
pageSize: tablePageSize.pageSize
|
||||
}}
|
||||
scroll={{ x: tablePageSize.isNarrowWindow ? undefined : 1200 }}
|
||||
scroll={{ x: tablePageSize.isNarrowWindow ? undefined : 1400 }}
|
||||
onChange={(_pagination: PaginationConfig, _filters: Record<keyof List, string[]>, _sorter: SorterResult<List>, extra: TableCurrentDataSource<List>) =>
|
||||
setVisibleLists(extra.currentDataSource)}>
|
||||
<Table.Column<List>
|
||||
|
|
|
|||
Loading…
Reference in a new issue