diff --git a/CHANGELOG.md b/CHANGELOG.md index 68b5a5d8df..3860f5c91f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,7 +33,7 @@ This was added in [pull request #3187: Add disabled styles for form controls](ht ### 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 `` when using HTML.