diff --git a/app/react/components/datatables/TableHeaderCell.tsx b/app/react/components/datatables/TableHeaderCell.tsx index e563b6eea..a2e8c014e 100644 --- a/app/react/components/datatables/TableHeaderCell.tsx +++ b/app/react/components/datatables/TableHeaderCell.tsx @@ -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 )}