fix react table filter placement (#9200)
parent
01b9c64216
commit
2d94f020d0
|
@ -66,7 +66,7 @@ function SortWrapper({
|
||||||
type="button"
|
type="button"
|
||||||
onClick={() => onClick(!isSortedDesc)}
|
onClick={() => onClick(!isSortedDesc)}
|
||||||
className={clsx(
|
className={clsx(
|
||||||
'!ml-0 h-full w-full border-none !bg-transparent !px-0 focus:border-none',
|
'!ml-0 h-full border-none !bg-transparent !px-0 focus:border-none',
|
||||||
styles.sortable,
|
styles.sortable,
|
||||||
isSorted && styles.sortingActive
|
isSorted && styles.sortingActive
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Reference in New Issue