fix react table filter placement (#9200)

pull/9202/head
Matt Hook 2023-07-13 11:47:53 +12:00 committed by GitHub
parent 01b9c64216
commit 2d94f020d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ function SortWrapper({
type="button"
onClick={() => onClick(!isSortedDesc)}
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,
isSorted && styles.sortingActive
)}