Fix spacing

This commit is contained in:
Oliver Davies 2018-03-03 09:13:06 +00:00
parent 1270ae4c03
commit 5371cf7b62

View file

@ -15,9 +15,9 @@
{% if project.versions %}
<div class="mt-4 text-right">
{% for version in project.versions %}
<span class="text-xs ml-1 px-1 py-1 bg-grey-light text-grey-dark rounded">
<span class="text-xs ml-1 px-1 py-1 bg-grey-light text-grey-dark rounded">{% spaceless %}
Drupal {{ version }}
</span>
{% endspaceless %}</span>
{% endfor %}
</div>
{% endif %}