diff --git a/ghost/portal/src/components/Frame.styles.js b/ghost/portal/src/components/Frame.styles.js index b24794c7d3..7bccd1e403 100644 --- a/ghost/portal/src/components/Frame.styles.js +++ b/ghost/portal/src/components/Frame.styles.js @@ -304,7 +304,7 @@ const FrameStyles = ` } .gh-portal-container-wide { - width: 440px; + width: 468px; } .gh-portal-container-narrow { diff --git a/ghost/portal/src/components/common/PlansSection.js b/ghost/portal/src/components/common/PlansSection.js index 7cff1a960d..52542ea683 100644 --- a/ghost/portal/src/components/common/PlansSection.js +++ b/ghost/portal/src/components/common/PlansSection.js @@ -61,17 +61,21 @@ export const PlanSectionStyles = ` .gh-portal-plan-pricelabel { display: flex; - margin-top: 8px; + margin-top: 5px; } .gh-portal-plan-name { - flex-grow: 1; + display: flex; + align-items: center; font-size: 1.2rem; font-weight: 500; + line-height: 1.0em; letter-spacing: 0.5px; text-transform: uppercase; - margin-top: 8px; + margin-top: 7px; text-align: center; + min-height: 24px; + word-break: break-word; } .gh-portal-plan-currency { @@ -243,6 +247,7 @@ export const PlanSectionStyles = ` min-height: 60px; border-right: none; border-bottom: 1px solid var(--grey10); + padding: 10px; } .gh-portal-plans-container.vertical .gh-portal-plan-checkbox { @@ -261,8 +266,10 @@ export const PlanSectionStyles = ` .gh-portal-plans-container.vertical .gh-portal-plan-name { text-transform: none; font-size: 1.4rem; + line-height: 1.1em; letter-spacing: 0.2px; margin: 0; + min-height: unset; } .gh-portal-plans-container.vertical .gh-portal-plan-featurewrapper { diff --git a/ghost/portal/src/utils/fixtures.js b/ghost/portal/src/utils/fixtures.js index 11ff43d592..298fdec1a9 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 That', + nickname: 'Test Price B', currency: 'gbp', amount: 12000, type: 'recurring',