We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9207ca commit 8ba5ca4Copy full SHA for 8ba5ca4
1 file changed
packages/nhsuk-frontend/src/nhsuk/components/tables/template.njk
@@ -17,10 +17,7 @@
17
{% set classNames = classNames ~ " nhsuk-table--" ~ variant %}
18
{% endif %}
19
20
-{%- if params.compact and (
21
- not params.classes or
22
- not "nhsuk-table--compact" in params.classes
23
- ) %}
+{%- if params.compact and (not params.classes or not "nhsuk-table--compact" in params.classes) %}
24
{% set classNames = classNames ~ " nhsuk-table--compact" %}
25
26
0 commit comments