FIX: dates in digest email wrapping when they should have plenty of space on one line
This commit is contained in:
parent
47a235e06a
commit
9d5ac320f4
|
@ -94,12 +94,12 @@ body, table, td, th, h1, h2, h3 {font-family: Helvetica, Arial, sans-serif !impo
|
|||
<table style="width:100%">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="margin:0;padding:0 8px 16px 16px;text-align:left;vertical-align:top;width:75%">
|
||||
<td style="margin:0;padding:0 8px 16px 16px;text-align:left;vertical-align:top;">
|
||||
<p style="color:#8f8f8f;line-height:1.3;margin: 20px 0 10px 0;">
|
||||
<%= category_badge(t.category, inline_style: true, absolute_url: true) %>
|
||||
</p>
|
||||
</td>
|
||||
<td style="margin:0;padding: 0 16px 16px 8px;text-align:right;vertical-align:top;width:25%">
|
||||
<td style="margin:0;padding: 0 16px 16px 8px;text-align:right;vertical-align:top;">
|
||||
<p class="text-right" style="color:#8f8f8f;line-height:1.3;margin:20px 0 10px 0;font-weight:400;">
|
||||
<%= short_date(t.created_at) %>
|
||||
</p>
|
||||
|
|
Loading…
Reference in New Issue