diff --git a/ghost/admin/app/components/gh-member-activity-feed.hbs b/ghost/admin/app/components/gh-member-activity-feed.hbs
index 12be3e2b1a..5be2dee39f 100644
--- a/ghost/admin/app/components/gh-member-activity-feed.hbs
+++ b/ghost/admin/app/components/gh-member-activity-feed.hbs
@@ -23,7 +23,10 @@
{{/if}}
{{else}}
-
No member activity yet
+
+ {{svg-jar "no-data-list"}}
+ No member activity.
+
{{/if}}
diff --git a/ghost/admin/app/styles/layouts/dashboard.css b/ghost/admin/app/styles/layouts/dashboard.css
index 345f127592..1422da6c8d 100644
--- a/ghost/admin/app/styles/layouts/dashboard.css
+++ b/ghost/admin/app/styles/layouts/dashboard.css
@@ -519,7 +519,7 @@
.gh-no-data-list span {
margin-top: 16px;
font-size: 1.3rem;
- margin-bottom: 50px;
+ margin-bottom: 46px;
}
@media (max-width: 1320px) {