Skip to content

Commit

Permalink
fix(productivity-report): email table alignment on mobile (#8641)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tymek authored Nov 4, 2024
1 parent e7c2bf0 commit 4a67607
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,18 @@
<tr>
<td style="text-align: center;">
<div class="shaded"
style="margin: 0;padding: 36px 8px;background: #f0f0f5;border-width: 3px;border-color: #ffffff;border-style: solid;">
style="margin: 0;padding: 42px 8px;background: #f0f0f5;border-width: 3px;border-color: #ffffff;border-style: solid;">
<span
style="font-size: 24px; font-weight: bold; color: #1a4049;">{{flagsCreated}}</span><br>
<span style="color: #888;">flags created last month</span>
<span style="color: #888;display: block;height: 20px;">flags created last month</span>
</div>
</td>
<td style="text-align: center;">
<div class="shaded"
style="margin: 0;padding: 36px 8px;background: #f0f0f5;border-width: 3px;border-color: #ffffff;border-style: solid;">
style="margin: 0;padding: 42px 8px;background: #f0f0f5;border-width: 3px;border-color: #ffffff;border-style: solid;">
<span
style="font-size: 24px; font-weight: bold; color: #1a4049;">{{productionUpdates}}</span><br>
<span style="color: #888;">production updates last month</span>
<span style="color: #888;display: block;height: 20px;">production updates last month</span>
</div>
</td>
</tr>
Expand Down

0 comments on commit 4a67607

Please sign in to comment.