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

This commit is contained in:
Collin M. Barrett 2019-09-21 15:54:33 -05:00
parent ae6f136168
commit 1a2d1e6300

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={125}
width={127}
className={styles.nogrow}
filters={languages.map(l => ({
text: <>