Skip to content

Commit

Permalink
Merge pull request #1912 from alphagov/fix-character-count-shrinking
Browse files Browse the repository at this point in the history
Fix character count shrinking as you go over limit
  • Loading branch information
36degrees authored Aug 13, 2020
2 parents 7f6a45e + 4d63b84 commit bd2f03d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

### Fixes

We’ve made fixes to GOV.UK Frontend in the following pull requests:

- [#1912: Fix character count shrinking as you go over limit](https://github.com/alphagov/govuk-frontend/pull/1912)

## 3.8.0 (Feature release)

### New features
Expand Down
4 changes: 0 additions & 4 deletions src/govuk/components/character-count/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
.govuk-textarea {
margin-bottom: govuk-spacing(1);
}

.govuk-textarea--error {
padding: govuk-spacing(1) - 2; // Stop a "jump" when width of border changes
}
}

.govuk-character-count__message {
Expand Down

0 comments on commit bd2f03d

Please sign in to comment.