Skip to content

Commit f1f0c09

Browse files
committed
Fix changelog patch indentation
1 parent 84a6fd4 commit f1f0c09

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -192,12 +192,12 @@ This was added in [pull request #1961: Port Sass media query functions from GOV.
192192
You can now reduce the vertical padding of table cells by setting `compact: true` on the tables component.
193193

194194
```patch
195-
{{ table({
196-
caption: "Childhood vaccination coverage",
197-
+ compact: true,
198-
head: [],
199-
rows: []
200-
}) }}
195+
{{ table({
196+
caption: "Childhood vaccination coverage",
197+
+ compact: true,
198+
head: [],
199+
rows: []
200+
}) }}
201201
```
202202

203203
If you are not using Nunjucks macros, add the `nhsuk-table--compact` class to your table, or `nhsuk-table-responsive--compact` to a responsive table. Note the class `nhsuk-table-responsive--compact` is deprecated, see below for details.

0 commit comments

Comments
 (0)