1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-07-26 13:48:33 +02:00

fix(productivity-report): email table alignment on mobile (#8641)

This commit is contained in:
Tymoteusz Czech 2024-11-04 14:14:36 +01:00 committed by GitHub
parent e7c2bf0df0
commit 4a67607a0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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