Browse Source

Fix invite member template (#22782)

tags/1.7.0
KVOJJJin 3 months ago
parent
commit
366d42d9c0
No account linked to committer's email address

+ 1
- 2
api/templates/clean_document_job_mail_template-US.html View File

line-height: 120%; /* 28.8px */ line-height: 120%; /* 28.8px */
} }
.button { .button {
display: inline-block;
width: 480px;
display: block;
padding: 8px 12px; padding: 8px 12px;
color: white; color: white;
text-decoration: none; text-decoration: none;

+ 2
- 3
api/templates/invite_member_mail_template_en-US.html View File

} }
.container { .container {
width: 504px; width: 504px;
height: 444px;
min-height: 444px;
margin: 40px auto; margin: 40px auto;
padding: 0 48px; padding: 0 48px;
background-color: #fcfcfd; background-color: #fcfcfd;
height: auto; height: auto;
} }
.button { .button {
display: inline-block;
width: 480px;
display: block;
padding: 8px 12px; padding: 8px 12px;
color: white; color: white;
text-decoration: none; text-decoration: none;

+ 2
- 3
api/templates/invite_member_mail_template_zh-CN.html View File



.header img { .header img {
max-width: 63px; max-width: 63px;
height: auto;
min-height: auto;
} }
.button { .button {
display: inline-block;
width: 480px;
display: block;
padding: 8px 12px; padding: 8px 12px;
color: white; color: white;
text-decoration: none; text-decoration: none;

+ 2
- 3
api/templates/without-brand/invite_member_mail_template_en-US.html View File

} }
.container { .container {
width: 504px; width: 504px;
height: 444px;
min-height: 444px;
margin: 40px auto; margin: 40px auto;
padding: 0 48px; padding: 0 48px;
background-color: #fcfcfd; background-color: #fcfcfd;
height: auto; height: auto;
} }
.button { .button {
display: inline-block;
width: 480px;
display: block;
padding: 8px 12px; padding: 8px 12px;
color: white; color: white;
text-decoration: none; text-decoration: none;

+ 2
- 3
api/templates/without-brand/invite_member_mail_template_zh-CN.html View File

} }
.container { .container {
width: 504px; width: 504px;
height: 444px;
min-height: 444px;
margin: 40px auto; margin: 40px auto;
padding: 0 48px; padding: 0 48px;
background-color: #fcfcfd; background-color: #fcfcfd;
height: auto; height: auto;
} }
.button { .button {
display: inline-block;
width: 480px;
display: block;
padding: 8px 12px; padding: 8px 12px;
color: white; color: white;
text-decoration: none; text-decoration: none;

Loading…
Cancel
Save