From 76158d41af234cbd6dbefd31ee4ea226152c97f9 Mon Sep 17 00:00:00 2001 From: Peter Zimon Date: Wed, 23 Mar 2022 15:07:47 +0100 Subject: [PATCH] Fixed bottom spacing for offers in Admin preview --- ghost/portal/src/components/Frame.styles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/portal/src/components/Frame.styles.js b/ghost/portal/src/components/Frame.styles.js index 8c48c00f6b..f5494272ff 100644 --- a/ghost/portal/src/components/Frame.styles.js +++ b/ghost/portal/src/components/Frame.styles.js @@ -814,7 +814,7 @@ const MobileStyles = ` } .preview .gh-portal-btn-container.sticky { - margin-bottom: 0; + margin-bottom: 32px; padding-bottom: 0; } }