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

fix: productivity report small screens (#8963)

This commit is contained in:
Mateusz Kwasniewski 2024-12-12 09:21:55 +01:00 committed by GitHub
parent 17d3b5c2fb
commit 37a3ec9599
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,20 +41,20 @@
<tr> <tr>
<td style="text-align: center;"> <td style="text-align: center;">
<div class="shaded" <div class="shaded"
style="margin: 0;padding: 42px 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; height: 80px;">
<span <span
style="font-size: 24px; font-weight: bold; color: #1a4049;">{{flagsCreated}}</span><br> style="font-size: 24px; font-weight: bold; color: #1a4049;">{{flagsCreated}}</span><br>
<span style="color: #1A4049;display: block;height: 16px;">flags created</span><br> <div style="color: #1A4049;">flags created</div>
<span style="font-size: 12px; color: #6E6E70; font-weight: 400;">{{{flagsCreatedTrendMessage}}}</span> <div style="font-size: 12px; color: #6E6E70; font-weight: 400; margin-top: 8px;">{{{flagsCreatedTrendMessage}}}</div>
</div> </div>
</td> </td>
<td style="text-align: center;"> <td style="text-align: center;">
<div class="shaded" <div class="shaded"
style="margin: 0;padding: 42px 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; height: 80px;">
<span <span
style="font-size: 24px; font-weight: bold; color: #1a4049;">{{productionUpdates}}</span><br> style="font-size: 24px; font-weight: bold; color: #1a4049;">{{productionUpdates}}</span><br>
<span style="color: #1A4049;display: block;height: 16px;">production updates</span><br> <div style="color: #1A4049;">production updates</div>
<span style="font-size: 12px; color: #6E6E70; font-weight: 400;">{{{productionUpdatedTrendMessage}}}</span> <div style="font-size: 12px; color: #6E6E70; font-weight: 400; margin-top: 8px;">{{{productionUpdatedTrendMessage}}}</div>
</div> </div>
</td> </td>
</tr> </tr>