mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Updated email width in admin preview
Refs https://github.com/TryGhost/Team/issues/2846
This commit is contained in:
parent
8eefaee591
commit
e5fc4bd6ba
1 changed files with 3 additions and 6 deletions
|
@ -2104,15 +2104,12 @@ p.gh-members-import-errordetail:first-of-type {
|
|||
}
|
||||
|
||||
.gh-members-emailpreview-labs .gh-members-emailpreview-contents {
|
||||
max-width: 624px;
|
||||
margin: 0 auto;
|
||||
padding: 12px;
|
||||
margin: 0;
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
.gh-members-emailpreview-border {
|
||||
max-width: 600px;
|
||||
margin: 0 auto;
|
||||
padding: 0 24px;
|
||||
padding: 0 40px;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue