mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
prevent 's' from wrapping in 'Languages' column header
This commit is contained in:
parent
1a2d1e6300
commit
d7ca606db6
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ export const ListsTable = (props: RouteComponentProps & Props) => {
|
|||
key="Languages"
|
||||
dataIndex={nameof<List>("languageIds")}
|
||||
sorter={(a, b) => arraySorter(a.languageIds, b.languageIds, languages)}
|
||||
width={127}
|
||||
width={129}
|
||||
className={styles.nogrow}
|
||||
filters={languages.map(l => ({
|
||||
text: <>
|
||||
|
|
|
|||
Loading…
Reference in a new issue