mirror of https://github.com/portainer/portainer
fix react table filter placement (#9200)
parent
01b9c64216
commit
2d94f020d0
|
@ -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
|
||||
)}
|
||||
|
|
Loading…
Reference in New Issue