Skip to content

Commit

Permalink
Merge pull request #1039 from nhsuk/fix-emergency-care-card-print
Browse files Browse the repository at this point in the history
  • Loading branch information
anandamaryon1 authored Oct 9, 2024
2 parents ca0332a + 1270189 commit 4f7a04b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
:wrench: **Fixes**

- Fix layout bug where breadcrumb component was changing height when more than one link shown
- Fix print styling bug with emergecy care card ([Issue 533]([https://github.com/nhsuk/nhsuk-service-manual-community-backlog/issues/533]))

## 9.0.0 - 18 September 2024

Expand Down
4 changes: 4 additions & 0 deletions packages/components/card/card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,10 @@ $card-border-hover-color: $color_nhsuk-grey-3;
color: $color_nhsuk-black; /* [16] */
}
}
@include mq($media-type: print) {
background-color: white;
color: $nhsuk-print-text-color;
}
}

.nhsuk-details,
Expand Down

0 comments on commit 4f7a04b

Please sign in to comment.