Skip to content

Commit

Permalink
Merge pull request #171 from companieshouse/fix/lp-470-postcode-input…
Browse files Browse the repository at this point in the history
…-size

lp-470 : postcode input size
  • Loading branch information
lduranteau authored Feb 3, 2025
2 parents 0d785d8 + ab0e9ce commit 7af3657
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/postcode-registered-office-address.njk
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
},
id: "postal_code",
name: "postal_code",
classes: "govuk-input--width-10",
value: props.data.limitedPartnership.data.registered_office_address.postal_code,
attributes: {
required: true,
Expand Down

0 comments on commit 7af3657

Please sign in to comment.