add gap (#16000)
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com>
This commit is contained in:
co-authored by
Udit Takkar
parent
b9a8b613bb
commit
bb29edd30f
@@ -49,7 +49,7 @@ export function DataTableToolbar<TData>({
|
||||
const { t } = useLocale();
|
||||
|
||||
return (
|
||||
<div className="flex items-center justify-end py-4">
|
||||
<div className="flex items-center justify-end gap-2 py-4">
|
||||
{searchKey && (
|
||||
<Input
|
||||
className="max-w-64 mb-0 mr-auto rounded-md"
|
||||
|
||||
Reference in New Issue
Block a user