Skip to content

Commit

Permalink
fix: productivity report small screens (#8963)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew authored Dec 12, 2024
1 parent 17d3b5c commit 37a3ec9
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,20 @@
<tr>
<td style="text-align: center;">
<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
style="font-size: 24px; font-weight: bold; color: #1a4049;">{{flagsCreated}}</span><br>
<span style="color: #1A4049;display: block;height: 16px;">flags created</span><br>
<span style="font-size: 12px; color: #6E6E70; font-weight: 400;">{{{flagsCreatedTrendMessage}}}</span>
<div style="color: #1A4049;">flags created</div>
<div style="font-size: 12px; color: #6E6E70; font-weight: 400; margin-top: 8px;">{{{flagsCreatedTrendMessage}}}</div>
</div>
</td>
<td style="text-align: center;">
<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
style="font-size: 24px; font-weight: bold; color: #1a4049;">{{productionUpdates}}</span><br>
<span style="color: #1A4049;display: block;height: 16px;">production updates</span><br>
<span style="font-size: 12px; color: #6E6E70; font-weight: 400;">{{{productionUpdatedTrendMessage}}}</span>
<div style="color: #1A4049;">production updates</div>
<div style="font-size: 12px; color: #6E6E70; font-weight: 400; margin-top: 8px;">{{{productionUpdatedTrendMessage}}}</div>
</div>
</td>
</tr>
Expand Down

0 comments on commit 37a3ec9

Please sign in to comment.