diff --git a/ghost/admin/app/components/gh-membership-products-alpha.hbs b/ghost/admin/app/components/gh-membership-products-alpha.hbs
index 70206d68cb..ac0e1214c1 100644
--- a/ghost/admin/app/components/gh-membership-products-alpha.hbs
+++ b/ghost/admin/app/components/gh-membership-products-alpha.hbs
@@ -1,5 +1,5 @@
-{{#each this.products as |product|}}
+{{#each this.products as |product productIdx|}}
Pricing
diff --git a/ghost/admin/app/styles/layouts/products.css b/ghost/admin/app/styles/layouts/products.css
index 79609e68a7..dd74993a26 100644
--- a/ghost/admin/app/styles/layouts/products.css
+++ b/ghost/admin/app/styles/layouts/products.css
@@ -62,7 +62,7 @@
}
.gh-product-card-description {
- margin-top: 2px;
+ margin: 2px 0 0;
color: var(--midgrey);
}