Skip to content

Commit 6fe51f3

Browse files
authored
Merge pull request #447 from openedx/knguyen2/ent-9596
fix: fixes datatable bottom padding
2 parents 8a63b99 + 9fe4024 commit 6fe51f3

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)