2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-28 05:26:44 +00:00

fix whitespace breaking

This commit is contained in:
Matthias Mair 2023-01-28 14:58:08 +01:00
parent 70819d62ae
commit 68cfaadb5a
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A

View File

@ -3,10 +3,10 @@
<div class="col p-4 d-flex flex-column position-static">
<div class="d-inline-block">
{% for cat in plugin.categories %}
<span class="badge bg-yellow-500">{{ cat }}</span>
<span class="badge bg-yellow-500 whitespace-nowrap">{{ cat }}</span>
{% endfor %}
{% for tag in plugin.tags %}
<span class="badge bg-blue-400">{{ tag }}</span>
<span class="badge bg-blue-400 whitespace-nowrap">{{ tag }}</span>
{% endfor %}
</div>
<h3 class="my-0">{{ plugin.name }}</h3>