mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Merge pull request #863 from maartenvn/fix/email-button
Use inline-block instead of inline-flex for GMail support
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user