diff --git a/ghost/portal/src/components/Frame.styles.js b/ghost/portal/src/components/Frame.styles.js index de81f8d26c..52807736ed 100644 --- a/ghost/portal/src/components/Frame.styles.js +++ b/ghost/portal/src/components/Frame.styles.js @@ -801,7 +801,7 @@ const FrameStyles = ` const MobileStyles = ` @media (max-width: 1440px) { .gh-portal-popup-container:not(.full-size):not(.large-size):not(.preview) { - width: 460px; + width: 480px; } .gh-portal-popup-container.large-size { diff --git a/ghost/portal/src/components/pages/MagicLinkPage.js b/ghost/portal/src/components/pages/MagicLinkPage.js index 9b9008323f..8e1334a1c2 100644 --- a/ghost/portal/src/components/pages/MagicLinkPage.js +++ b/ghost/portal/src/components/pages/MagicLinkPage.js @@ -17,6 +17,7 @@ export const MagicLinkStyles = ` } .gh-portal-inbox-notification p { + max-width: 420px; text-align: center; margin-bottom: 30px; }