Skip to content

Commit

Permalink
Update src/components/description-list/_macro.njk
Browse files Browse the repository at this point in the history
Co-authored-by: rmccar <[email protected]>
  • Loading branch information
precious-onyenaucheya-ons and rmccar authored Dec 5, 2024
1 parent 11e71bb commit 5938ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/description-list/_macro.njk
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<dt
class="ons-description-list__term ons-grid__col ons-col-{{ params.termCol }}@{{ 'xs@l' if params.variant == 'inline' else 'm' }}"
>
{{ item.term }}
{{- item.term -}}
</dt>
{% endif %}
{% for descriptionItem in item.descriptions %}
Expand Down

0 comments on commit 5938ce0

Please sign in to comment.