Skip to content

Commit a9207ca

Browse files
committed
Tweak fixture to enable both responsive and compact
1 parent 5d09760 commit a9207ca

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • packages/nhsuk-frontend/src/nhsuk/components/tables

packages/nhsuk-frontend/src/nhsuk/components/tables/fixtures.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,9 +990,11 @@ const fixtures = {
990990
},
991991
'compact': {
992992
context: {
993-
compact: true,
994993
caption: 'Prescription prepayment certificate (PPC) charges',
995994
captionSize: 'm',
995+
compact: true,
996+
responsive: true,
997+
firstCellIsHeader: true,
996998
head: [
997999
{
9981000
text: 'Item'

0 commit comments

Comments
 (0)