From d540337f070ac96f7e939fd2aec431b11ec0b96c Mon Sep 17 00:00:00 2001 From: igorkorenfeld Date: Tue, 8 Nov 2022 14:52:57 -0500 Subject: [PATCH] Make phone and zip input fields smaller --- src/registrar/templates/application_authorizing_official.html | 2 +- src/registrar/templates/application_org_contact.html | 2 +- src/registrar/templates/application_your_contact.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/registrar/templates/application_authorizing_official.html b/src/registrar/templates/application_authorizing_official.html index 2f1ff6869..5361b91d5 100644 --- a/src/registrar/templates/application_authorizing_official.html +++ b/src/registrar/templates/application_authorizing_official.html @@ -33,7 +33,7 @@ {{ wizard.form.email|add_class:"usa-input"|attr:"aria-describedby:instructions" }} {{ wizard.form.phone|add_label_class:"usa-label" }} - {{ wizard.form.phone|add_class:"usa-input usa-input"|attr:"aria-describedby:instructions" }} + {{ wizard.form.phone|add_class:"usa-input usa-input--medium"|attr:"aria-describedby:instructions" }} diff --git a/src/registrar/templates/application_org_contact.html b/src/registrar/templates/application_org_contact.html index cc9c80fcf..eeb4943dd 100644 --- a/src/registrar/templates/application_org_contact.html +++ b/src/registrar/templates/application_org_contact.html @@ -28,7 +28,7 @@ of a larger entity. If so, enter information about your part of the larger entit {{ wizard.form.us_state|add_class:"usa-select" }} {{ wizard.form.zipcode|add_label_class:"usa-label" }} - {{ wizard.form.zipcode|add_class:"usa-input" }} + {{ wizard.form.zipcode|add_class:"usa-input usa-input--small" }} diff --git a/src/registrar/templates/application_your_contact.html b/src/registrar/templates/application_your_contact.html index 8e8b340d3..e9d70daaa 100644 --- a/src/registrar/templates/application_your_contact.html +++ b/src/registrar/templates/application_your_contact.html @@ -36,7 +36,7 @@ {{ wizard.form.email|add_class:"usa-input"|attr:"aria-describedby:instructions" }} {{ wizard.form.phone|add_label_class:"usa-label" }} - {{ wizard.form.phone|add_class:"usa-input usa-input"|attr:"aria-describedby:instructions" }} + {{ wizard.form.phone|add_class:"usa-input usa-input--medium"|attr:"aria-describedby:instructions" }}