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:
parent
a034405bc4
commit
76158d41af
1 changed files with 1 additions and 1 deletions
|
@ -814,7 +814,7 @@ const MobileStyles = `
|
|||
}
|
||||
|
||||
.preview .gh-portal-btn-container.sticky {
|
||||
margin-bottom: 0;
|
||||
margin-bottom: 32px;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue