mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-17 21:00:45 +00:00
CE-740 Remove margin/padding (in the card now)
This commit is contained in:
@ -74,7 +74,7 @@ function TableCard({noRowsFoundHTML, data, rowsPerPage, hidePaginationDropdown,
|
|||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Box py={1}>
|
<Box py={1} mx={-2}>
|
||||||
{
|
{
|
||||||
data && data.columns && !noRowsFoundHTML ?
|
data && data.columns && !noRowsFoundHTML ?
|
||||||
<DataTable
|
<DataTable
|
||||||
|
Reference in New Issue
Block a user