From a84bcc3d309cc59b95f7ebd54e231e41e355d299 Mon Sep 17 00:00:00 2001 From: James Morris Date: Fri, 5 Aug 2022 14:22:24 +0100 Subject: [PATCH] Removed the bottom margin from signed out boxes - After some trying things out, just removed that now - There should be no more bottom spacing apart from what's in the iFrame now refs https://github.com/TryGhost/Team/issues/1747 --- apps/comments-ui/src/components/NotPaidBox.js | 2 +- apps/comments-ui/src/components/NotSignedInBox.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/comments-ui/src/components/NotPaidBox.js b/apps/comments-ui/src/components/NotPaidBox.js index 0b429079c4..c748439610 100644 --- a/apps/comments-ui/src/components/NotPaidBox.js +++ b/apps/comments-ui/src/components/NotPaidBox.js @@ -15,7 +15,7 @@ const NotPaidBox = (props) => { }; return ( -
+

{titleText}