mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
Fixed email preview height Safari bug
This commit is contained in:
parent
3bcc2bc184
commit
a231c8970d
@ -149,6 +149,8 @@
|
||||
}
|
||||
|
||||
.gh-post-preview-email-mockup {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-grow: 1;
|
||||
overflow: hidden;
|
||||
max-width: 740px;
|
||||
@ -168,9 +170,9 @@
|
||||
}
|
||||
|
||||
.gh-post-preview-email-container iframe {
|
||||
flex-grow: 1;
|
||||
border: none;
|
||||
width: 100%;
|
||||
height: calc(100% - 67px);
|
||||
}
|
||||
|
||||
.gh-post-preview-email-input {
|
||||
|
Loading…
Reference in New Issue
Block a user