1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-20 22:09:41 +02:00

fix react table filter placement (#9200)

This commit is contained in:
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

View file

@ -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
)} )}