Skip to content

Commit 9fe4024

Browse files
author
Katrina Nguyen
committed
fix: fixes datatable bottom padding
1 parent ea4506b commit 9fe4024

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Configuration/Customers/CustomerDataTable/CustomersPage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ const CustomersPage = () => {
8585
return (
8686
<Container className="mt-5">
8787
<h1>Customers</h1>
88-
<section className="mt-5">
88+
<section className="mt-5 mb-5">
8989
<DataTable
9090
isLoading={isLoading}
9191
isExpandable

src/Configuration/Provisioning/DashboardDataTable/DashboardDataTable.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const DashboardDataTable = () => {
4545
), [fetchData]);
4646

4747
return (
48-
<section className="mt-5">
48+
<section className="mt-5 mb-5">
4949
<DataTable
5050
isLoading={isLoading}
5151
isPaginated

0 commit comments

Comments
 (0)