Align TO number to the right

This commit is contained in:
leigh-mil
2019-07-24 13:27:13 -04:00
parent 94ee8521f9
commit f50beae754
2 changed files with 9 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
{{ title }}
</div>
</div>
<div class="form-col form-col--third">
<div class="form-col form-col--third task-order__number">
{% if to_number %}
<strong>Task Order Number:</strong> {{ to_number }}
{% endif %}