CE-740 Remove margin/padding (in the card now)

This commit is contained in:
2023-11-15 19:58:08 -06:00
parent 8de2f2ce33
commit c8fe46c5bf

View File

@ -74,7 +74,7 @@ function TableCard({noRowsFoundHTML, data, rowsPerPage, hidePaginationDropdown,
}, []);
return (
<Box py={1}>
<Box py={1} mx={-2}>
{
data && data.columns && !noRowsFoundHTML ?
<DataTable