diff --git a/styles/sections/_task_order.scss b/styles/sections/_task_order.scss index afcecc38..4fc3c141 100644 --- a/styles/sections/_task_order.scss +++ b/styles/sections/_task_order.scss @@ -58,6 +58,14 @@ margin-bottom: $gap * 4; } + .task-order__number { + text-align: right; + } + + .task-order__details { + max-width: 65%; + } + .totals-box { padding: $gap * 4; padding-top: $gap * 2; diff --git a/templates/task_orders/form_header.html b/templates/task_orders/form_header.html index 3c86cf01..a5081b96 100644 --- a/templates/task_orders/form_header.html +++ b/templates/task_orders/form_header.html @@ -6,7 +6,7 @@ {{ title }} -
+
{% if to_number %} Task Order Number: {{ to_number }} {% endif %}