[MM-36603] - Text is cut-off on the bottom of the 14-day trial 3 day to end of trial email notification (#18421)

* feedback impl

* add test
Этот коммит содержится в:
Allan Guwatudde
2021-09-21 12:55:52 +03:00
коммит произвёл GitHub
родитель b667be33fe
Коммит 132f2e9680
3 изменённых файлов: 44 добавлений и 2 удалений

Просмотреть файл

@@ -387,7 +387,7 @@
<td align="left" style="font-size:0px;padding:0px 0px ;word-break:break-word;">
<div style="font-family:Arial;font-size:14px;line-height:20px;text-align:left;color:#3D3C40;">{{.Props.QuestionInfo}}
<a href='mailto:{{.Props.SupportEmail}}'>
{{.Props.SupportEmail}}
feedback-cloud@mattermost.com
</a>
</div>
</td>

Просмотреть файл

@@ -40,7 +40,7 @@
<mj-text font-size="14px" line-height="20px" color="#3D3C40" padding="0px 0px " align="left" font-family="Arial">
{{.Props.QuestionInfo}}
<a href='mailto:{{.Props.SupportEmail}}'>
{{.Props.SupportEmail}}
feedback-cloud@mattermost.com
</a>
</mj-text>
</mj-column>