mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-10 11:24:10 -04:00
Add extra spacing to billing details and remove unnecessary autofocus
Add more spacing between characters for billing reference number and PO number, so they are easier to read. Also remove unnecessary autofocus. Co-authored-by: Chris Hill-Scott <me@quis.cc>
This commit is contained in:
@@ -20,13 +20,15 @@
|
||||
{% call form_wrapper() %}
|
||||
{{ form.billing_contact_names(param_extensions={"classes": "govuk-!-width-full"}) }}
|
||||
{{ form.billing_contact_email_addresses(param_extensions={"classes": "govuk-!-width-full"}) }}
|
||||
{{ form.billing_reference(param_extensions={"classes": "govuk-!-width-full"}) }}
|
||||
{{ form.purchase_order_number(param_extensions={"classes": "govuk-!-width-full"}) }}
|
||||
<div class="extra-tracking">
|
||||
{{ form.billing_reference(param_extensions={"classes": "govuk-!-width-full"}) }}
|
||||
{{ form.purchase_order_number(param_extensions={"classes": "govuk-!-width-full"}) }}
|
||||
</div>
|
||||
{{ textbox(
|
||||
form.notes,
|
||||
rows=4,
|
||||
width='1-1',
|
||||
autofocus=True,
|
||||
autofocus=False,
|
||||
autosize=True,
|
||||
) }}
|
||||
{{ page_footer('Save') }}
|
||||
|
||||
Reference in New Issue
Block a user