浏览代码

Fix invite member template (#22782)

tags/1.7.0
KVOJJJin 3 个月前
父节点
当前提交
366d42d9c0
没有帐户链接到提交者的电子邮件

+ 1
- 2
api/templates/clean_document_job_mail_template-US.html 查看文件

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

+ 2
- 3
api/templates/invite_member_mail_template_en-US.html 查看文件

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

+ 2
- 3
api/templates/invite_member_mail_template_zh-CN.html 查看文件

@@ -28,11 +28,10 @@

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

+ 2
- 3
api/templates/without-brand/invite_member_mail_template_en-US.html 查看文件

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

+ 2
- 3
api/templates/without-brand/invite_member_mail_template_zh-CN.html 查看文件

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

正在加载...
取消
保存