mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-26 13:48:33 +02:00
fix: productivity report small screens (#8963)
This commit is contained in:
parent
17d3b5c2fb
commit
37a3ec9599
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user