mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-14 00:50:14 -04:00
specify max-width 100% on digest email logos
This commit is contained in:
parent
750189818e
commit
e3ff168e42
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue