Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit df7b3a34 authored by drishu's avatar drishu
Browse files

OEL-1919: Add spacing between filter items.

parent eea50739
No related branches found
No related tags found
1 merge request!176OEL-1919: Fix broken styling for facetapi.
......@@ -22,7 +22,7 @@
{%- if items -%}
<{{ list_type }}{{ attributes }}>
{%- for item in items -%}
<li{{ item.attributes }}>{{ item.value }}</li>
<li{{ item.attributes.addClass('mb-3') }}>{{ item.value }}</li>
{%- endfor -%}
</{{ list_type }}>
{%- else -%}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment