mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-28 13:36:47 +00:00
fix spacing
This commit is contained in:
parent
9ccd5ee9a1
commit
dd9a94cdb3
@ -13,12 +13,9 @@
|
|||||||
<p class="mb-8 leading-relaxed">{{ include.detail }}</p>
|
<p class="mb-8 leading-relaxed">{{ include.detail }}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if include.buttons %}
|
{% if include.buttons %}
|
||||||
<div class="flex justify-center">
|
<div class="flex-wrap justify-center">
|
||||||
{% for item in include.buttons %}
|
{% for item in include.buttons %}
|
||||||
<button class="
|
<button class="{% if forloop.index != 0 %}ml-4{% endif %} mb-4 {% if item.primary %}cm-hvr-btn-primary{% else%}cm-hvr-btn{% endif %} inline-flex border-0 py-2 px-6 focus:outline-none text-lg">{{item.text}}</button>
|
||||||
{% if forloop.index != 0 %}ml-4{% endif %}
|
|
||||||
{% if item.primary %}cm-hvr-btn-primary{% else%}cm-hvr-btn{% endif%}
|
|
||||||
inline-flex border-0 py-2 px-6 focus:outline-none text-lg">{{item.text}}</button>
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user