diff --git a/ghost/portal/src/components/common/PlansSection.js b/ghost/portal/src/components/common/PlansSection.js index 756beb6b9c..7cff1a960d 100644 --- a/ghost/portal/src/components/common/PlansSection.js +++ b/ghost/portal/src/components/common/PlansSection.js @@ -65,11 +65,13 @@ export const PlanSectionStyles = ` } .gh-portal-plan-name { + flex-grow: 1; font-size: 1.2rem; font-weight: 500; letter-spacing: 0.5px; text-transform: uppercase; margin-top: 8px; + text-align: center; } .gh-portal-plan-currency { diff --git a/ghost/portal/src/utils/fixtures.js b/ghost/portal/src/utils/fixtures.js index 66d3d22768..11ff43d592 100644 --- a/ghost/portal/src/utils/fixtures.js +++ b/ghost/portal/src/utils/fixtures.js @@ -71,7 +71,7 @@ export const site = { stripe_price_id: 'price_1IkY0CFToJelIqAs5h7qlgP5', stripe_product_id: 'prod_JNGGBrrogUXcoM', active: 1, - nickname: 'Test Price B', + nickname: 'Test Price B That', currency: 'gbp', amount: 12000, type: 'recurring', @@ -105,7 +105,7 @@ export const site = { is_stripe_configured: true, portal_button: true, portal_name: true, - portal_plans: [''], + portal_plans: ['free', '6086f4c9823dd7240afc8084', '6087c36ed3e64b3266bf715f'], portal_button_icon: 'icon-1', portal_button_signup_text: 'Subscribe now', portal_button_style: 'icon-and-text',