mirror of
				https://github.com/inventree/inventree-website.git
				synced 2025-10-30 21:15:48 +00:00 
			
		
		
		
	fix spacing
This commit is contained in:
		| @@ -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 %} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user