specify max-width 100% on digest email logos

This commit is contained in:
Jeff Atwood 2014-11-17 02:10:33 -08:00
parent 750189818e
commit e3ff168e42
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<tr>
<td style="padding: 10px;">
<a href="<%= Discourse.base_url %>">
<img src="<%= logo_url %>" style="max-height: 35px; min-height: 35px; height: 35px;"></a>
<img src="<%= logo_url %>" style="max-width:100%"></a>
</td>
</tr>
<tr>