Merge pull request #863 from maartenvn/fix/email-button

Use inline-block instead of inline-flex for GMail support
This commit is contained in:
Rijk van Zanten
2020-11-03 16:01:17 +01:00
committed by GitHub

View File

@@ -10,16 +10,14 @@
<style type="text/css">
a {
display: inline-flex;
display: inline-block;
height: 52px;
width: auto;
min-width: 154px;
padding: 0 20px;
font-size: 16px;
font-weight: bold;
line-height: 22px;
align-items: center;
justify-content: center;
line-height: 52px;
cursor: pointer;
border-radius: 4px;
text-decoration: none !important;
@@ -52,7 +50,7 @@
</td>
</tr>
<tr>
<td bgcolor="#ffffff" style="padding: 60px 30px 60px 30px; border-radius: 0 0 4px 4px;">
<td bgcolor="#ffffff" style="padding: 30px; border-radius: 0 0 4px 4px;">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td