Fix spacing
This commit is contained in:
parent
1270ae4c03
commit
5371cf7b62
|
@ -15,9 +15,9 @@
|
||||||
{% if project.versions %}
|
{% if project.versions %}
|
||||||
<div class="mt-4 text-right">
|
<div class="mt-4 text-right">
|
||||||
{% for version in project.versions %}
|
{% 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 }}
|
Drupal {{ version }}
|
||||||
</span>
|
{% endspaceless %}</span>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue