diff --git a/src/components/summary/_macro.njk b/src/components/summary/_macro.njk index 90fccb2ef9..8d3708d08d 100644 --- a/src/components/summary/_macro.njk +++ b/src/components/summary/_macro.njk @@ -112,12 +112,10 @@ class="ons-summary__button" {% if action.attributes %}{% for attribute, value in (action.attributes.items() if action.attributes is mapping and action.attributes.items else action.attributes) %}{{ ' ' }}{{ attribute }}="{{ value }}"{% endfor %}{% endif %} > - - - {{ action.visuallyHiddenText | default (action.text) }} - + + {{ action.visuallyHiddenText | default (action.text) }} {% endfor %}