(UI) fix regression on Logs page
This commit is contained in:
parent
8ab4ad1355
commit
2c8f4efd33
@ -45,7 +45,7 @@ export function DataTable<TData, TValue>({
|
||||
});
|
||||
|
||||
return (
|
||||
<div className="rounded-lg custom-border table-wrapper">
|
||||
<div className="rounded-lg custom-border">
|
||||
<Table className="[&_td]:py-0.5 [&_th]:py-1">
|
||||
<TableHead>
|
||||
{table.getHeaderGroups().map((headerGroup) => (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user