Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
Co-authored-by: CAAshworth <claire.ashworth@digital.cabinet-office.gov.uk>
  • Loading branch information
2 people authored and querkmachine committed Mar 10, 2023
1 parent 932a2a5 commit c8ae9f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,10 @@ The [Button](https://design-system.service.gov.uk/components/button/) Nunjucks m
```

This was added in [pull request #3344: Adding optional id attribute to button component](https://github.com/alphagov/govuk-frontend/pull/3344). Thanks to [Tom Billington](https://github.com/TomBillingtonUK) for this contribution.

### Added a modifier for text input styles that accept sequences of digits

A new `.govuk-input--extra-letter-spacing` class for [Text Input](https://design-system.service.gov.uk/components/text-input/) was added to increase readability of text inputs meant to receive sequences of digits (like security codes, references or phone numbers).
We've added a new `.govuk-input--extra-letter-spacing` class for [Text Input](https://design-system.service.gov.uk/components/text-input/). This increases readability of text inputs that receive sequences of digits (like security codes, references or phone numbers).

You can add it through the `classes` option when using Nunjucks, or directly in the `class` attribute of the `<input>` when using HTML.

Expand Down

0 comments on commit c8ae9f3

Please sign in to comment.