fix:fixes the padding and position of tabs on the Team Availability page (#12078)
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>feat/paid-apps
parent
bf8580fa88
commit
defa8df7ca
|
@ -193,6 +193,7 @@ export function AvailabilitySliderTable() {
|
||||||
<>
|
<>
|
||||||
<div className="relative">
|
<div className="relative">
|
||||||
<DataTable
|
<DataTable
|
||||||
|
searchKey="member"
|
||||||
tableContainerRef={tableContainerRef}
|
tableContainerRef={tableContainerRef}
|
||||||
columns={memorisedColumns}
|
columns={memorisedColumns}
|
||||||
onRowMouseclick={(row) => {
|
onRowMouseclick={(row) => {
|
||||||
|
|
|
@ -36,7 +36,7 @@ export function DataTableToolbar<TData>({
|
||||||
const isFiltered = table.getState().columnFilters.length > 0;
|
const isFiltered = table.getState().columnFilters.length > 0;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="bg-default sticky top-[3rem] z-10 flex items-center justify-end space-x-2 py-[2.15rem] md:top-0">
|
<div className="bg-default sticky top-[3rem] z-10 flex items-center justify-end space-x-2 py-4 md:top-0">
|
||||||
{searchKey && (
|
{searchKey && (
|
||||||
<Input
|
<Input
|
||||||
className="max-w-64 mb-0 mr-auto rounded-md"
|
className="max-w-64 mb-0 mr-auto rounded-md"
|
||||||
|
|
Loading…
Reference in New Issue