prevent 's' from wrapping in 'Languages' column header

This commit is contained in:
Collin M. Barrett 2019-09-21 16:46:22 -05:00
parent 1a2d1e6300
commit d7ca606db6

View file

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