mirror of
https://github.com/discourse/discourse.git
synced 2025-03-01 08:49:20 +00:00
specify max-width 100% on digest email logos
This commit is contained in:
parent
750189818e
commit
e3ff168e42
@ -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…
x
Reference in New Issue
Block a user