0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Fixed bottom spacing for offers in Admin preview

This commit is contained in:
Peter Zimon 2022-03-23 15:07:47 +01:00
parent a034405bc4
commit 76158d41af

View file

@ -814,7 +814,7 @@ const MobileStyles = `
}
.preview .gh-portal-btn-container.sticky {
margin-bottom: 0;
margin-bottom: 32px;
padding-bottom: 0;
}
}