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:
Collin M. Barrett 2019-11-02 09:19:49 -05:00
parent 7e62607042
commit cbb215873c

View file

@ -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}