Skip to content

Commit

Permalink
Merge pull request #447 from openedx/knguyen2/ent-9596
Browse files Browse the repository at this point in the history
fix: fixes datatable bottom padding
  • Loading branch information
katrinan029 authored Feb 21, 2025
2 parents 8a63b99 + 9fe4024 commit 6fe51f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const CustomersPage = () => {
return (
<Container className="mt-5">
<h1>Customers</h1>
<section className="mt-5">
<section className="mt-5 mb-5">
<DataTable
isLoading={isLoading}
isExpandable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const DashboardDataTable = () => {
), [fetchData]);

return (
<section className="mt-5">
<section className="mt-5 mb-5">
<DataTable
isLoading={isLoading}
isPaginated
Expand Down

0 comments on commit 6fe51f3

Please sign in to comment.