mirror of
https://github.com/portainer/portainer.git
synced 2025-07-21 14:29:40 +02:00
fix react table filter placement (#9200)
This commit is contained in:
parent
01b9c64216
commit
2d94f020d0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue