mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix gutter between name and prefix on <= medium widths, ultra-wide still has gutter :/
ref https://github.com/collinbarrett/FilterLists/issues/970
This commit is contained in:
parent
7e62607042
commit
cbb215873c
1 changed files with 1 additions and 0 deletions
|
|
@ -108,6 +108,7 @@ export const ListsTable = (props: RouteComponentProps & Props) => {
|
|||
title="Description"
|
||||
key="Description"
|
||||
dataIndex={nameof<List>("description")}
|
||||
width={423}
|
||||
className={styles.nogrow}
|
||||
filterDropdown={searchDescriptionColumn.filterDropdown}
|
||||
filterIcon={searchDescriptionColumn.filterIcon}
|
||||
|
|
|
|||
Loading…
Reference in a new issue