9d25c2a058
refs. https://github.com/TryGhost/Team/issues/2740 - alignment of buttons in the footer of newsletter email template was off
6 lines
403 B
Handlebars
6 lines
403 B
Handlebars
<td dir="ltr" valign="top" align="center" style="vertical-align: top; font-family: inherit; font-size: 14px; text-align: center; padding: 0 4px 4px; cursor: pointer; width: 33%;" nowrap>
|
|
<a href="{{href}}" target="_blank">
|
|
<img src={{iconUrl}} border="0" width={{width}} height={{height}} alt="{{buttonText}}">
|
|
<p class="feedback-button-mobile-text">{{buttonText}}</p>
|
|
</a>
|
|
</td> |