Skip to content

Commit

Permalink
Merge pull request #930 from nhsuk/backstoprefs
Browse files Browse the repository at this point in the history
update refs
  • Loading branch information
roshaanbajwa authored Mar 14, 2024
2 parents 01d90c7 + a6e8c27 commit 4503735
Show file tree
Hide file tree
Showing 274 changed files with 298 additions and 229 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# NHS.UK frontend Changelog

## Unreleased
## 8.1.1 - 14 March 2024

:wrench: **Fixes**

- Fix alignment of copyright footer
- Add missing/outdated backstop images
- Don't limit input heights to `40px`, to prevent vertical overflow

## 8.1.0 - 11 January 2024

Expand Down
515 changes: 291 additions & 224 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nhsuk-frontend",
"version": "8.1.0",
"version": "8.1.1",
"description": "NHS.UK frontend contains the code you need to start building user interfaces for NHS websites and services.",
"scripts": {
"prepare": "gulp bundle",
Expand Down
4 changes: 2 additions & 2 deletions packages/components/input/_input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
border: $nhsuk-border-width-form-element solid $nhsuk-form-border-color; /* 2 */
border-radius: 0;
box-sizing: border-box;
height: 40px;
min-height: 40px;
margin-top: 0;
padding: nhsuk-spacing(1);
width: 100%;
Expand Down Expand Up @@ -95,7 +95,7 @@
cursor: default; // emphasises non-editable status of prefixes and suffixes
display: inline-block;
flex: 0 0 auto;
height: 40px;
min-height: 40px;
min-width: nhsuk-px-to-rem(40px);
padding: nhsuk-spacing(1);
text-align: center;
Expand Down
2 changes: 1 addition & 1 deletion packages/components/select/_select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

border: $nhsuk-border-width-form-element solid $nhsuk-form-border-color;
box-sizing: border-box;
height: 40px;
min-height: 40px;
max-width: 100%;
padding: nhsuk-spacing(1);

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4503735

Please sign in to comment.