mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 00:38:24 -04:00
no text wrap
This commit is contained in:
@@ -113,10 +113,10 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
<td class="table-field width-15">
|
<td class="table-field width-15">
|
||||||
<span class="bg-base-lighter padding-x-05 padding-y-0 font-body-3xs text-bold radius-sm margin-right-05 display-inline-block ">
|
<span class="bg-base-lighter padding-x-05 padding-y-0 font-body-3xs text-bold radius-sm margin-right-05 display-inline-block text-nowrap">
|
||||||
{{ job.delivered_count if job.delivered_count is not none else '0' }} delivered
|
{{ job.delivered_count if job.delivered_count is not none else '0' }} delivered
|
||||||
</span>
|
</span>
|
||||||
<span class="bg-base-lighter padding-x-05 padding-y-0 font-body-3xs text-bold radius-sm display-inline-block">
|
<span class="bg-base-lighter padding-x-05 padding-y-0 font-body-3xs text-bold radius-sm display-inline-block text-nowrap">
|
||||||
{{ job.failed_count if job.failed_count is not none else '0' }} failed
|
{{ job.failed_count if job.failed_count is not none else '0' }} failed
|
||||||
</span>
|
</span>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user