Skip to content

Commit 3bda3a2

Browse files
Merge pull request #2425 from nhsuk/summary-card-bottom-border
Add guidance to summary cards to remove last row bottom border
2 parents 42d5f1f + d6adcc3 commit 3bda3a2

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# NHS digital service manual Changelog
22

3-
## Unreleased
3+
## 8.6.1 - 26 January 2026
44

5-
:wrench: **Fixes**
5+
:wrench: **Maintenance**
66

7+
- Add guidance for border bottom class to summary cards
78
- Fix top-level page routing with trailing slashes
89

910
## 8.6.0 - 19 January 2026

app/views/design-system/components/summary-list/index.njk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@
122122
type: "summary-card"
123123
}) }}
124124

125+
<p>The example uses the <code>nhsuk-summary-list__row--no-border</code> class to remove the bottom border of the last row.</p>
126+
125127
<h3 id="card-actions">Card actions</h3>
126128
<p>You can add card actions in the header, which will be shown after the summary card's title.</p>
127129

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nhsuk-service-manual",
3-
"version": "8.6.0",
3+
"version": "8.6.1",
44
"description": "NHS digital service manual",
55
"engines": {
66
"node": "^20.9.0 || ^22.11.0",

0 commit comments

Comments
 (0)