diff --git a/browser/extensions/newtab/content-src/components/Sections/Sections.jsx b/browser/extensions/newtab/content-src/components/Sections/Sections.jsx
index fa3c9c84184d..872866766e91 100644
--- a/browser/extensions/newtab/content-src/components/Sections/Sections.jsx
+++ b/browser/extensions/newtab/content-src/components/Sections/Sections.jsx
@@ -262,7 +262,7 @@ export class Section extends React.PureComponent {
isWebExtension={this.props.isWebExtension}
>
{!shouldShowEmptyState && (
-
+
)}
diff --git a/browser/extensions/newtab/data/content/activity-stream.bundle.js b/browser/extensions/newtab/data/content/activity-stream.bundle.js
index a6b65c66c78d..6e2423c45866 100644
--- a/browser/extensions/newtab/data/content/activity-stream.bundle.js
+++ b/browser/extensions/newtab/data/content/activity-stream.bundle.js
@@ -10267,10 +10267,7 @@ class Section extends (external_React_default()).PureComponent {
dispatch: this.props.dispatch,
isWebExtension: this.props.isWebExtension
}, !shouldShowEmptyState && /*#__PURE__*/external_React_default().createElement("ul", {
- className: "section-list",
- style: {
- padding: 0
- }
+ className: "section-list"
}, cards), shouldShowEmptyState && /*#__PURE__*/external_React_default().createElement("div", {
className: "section-empty-state"
}, /*#__PURE__*/external_React_default().createElement("div", {