Skip to content

Commit

Permalink
[ASL-4703] Fix squashed status-bar (#358)
Browse files Browse the repository at this point in the history
`@include govuk-grid-column(one-third);` uses % based width in newer govuk design system, so needs to be at the top level of the header, not nested in a content div
  • Loading branch information
jeff-horton-ho-sas authored Feb 27, 2025
1 parent d4c5e85 commit 439004c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ukhomeoffice/asl-components",
"version": "13.9.0",
"version": "13.9.1",
"description": "React components for ASL layouts and elements",
"main": "src/index.jsx",
"styles": "styles/index.scss",
Expand Down
3 changes: 2 additions & 1 deletion src/status-bar/index.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.wrapper-header .content {
.wrapper-header {
@include govuk-grid-row;

> nav {
Expand Down Expand Up @@ -27,3 +27,4 @@
}
}
}

0 comments on commit 439004c

Please sign in to comment.