0
Fork 0
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:
Sanne de Vries 2023-03-30 17:38:01 +02:00
parent 8eefaee591
commit e5fc4bd6ba

View file

@ -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;
}