FIX: dates in digest email wrapping when they should have plenty of space on one line

This commit is contained in:
Neil Lalonde 2016-11-25 16:28:53 -05:00
parent 47a235e06a
commit 9d5ac320f4
1 changed files with 2 additions and 2 deletions

View File

@ -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>