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:
parent
70819d62ae
commit
68cfaadb5a
@ -3,10 +3,10 @@
|
|||||||
<div class="col p-4 d-flex flex-column position-static">
|
<div class="col p-4 d-flex flex-column position-static">
|
||||||
<div class="d-inline-block">
|
<div class="d-inline-block">
|
||||||
{% for cat in plugin.categories %}
|
{% for cat in plugin.categories %}
|
||||||
<span class="badge bg-yellow-500">{{ cat }}</span>
|
<span class="badge bg-yellow-500 whitespace-nowrap">{{ cat }}</span>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% for tag in plugin.tags %}
|
{% for tag in plugin.tags %}
|
||||||
<span class="badge bg-blue-400">{{ tag }}</span>
|
<span class="badge bg-blue-400 whitespace-nowrap">{{ tag }}</span>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
<h3 class="my-0">{{ plugin.name }}</h3>
|
<h3 class="my-0">{{ plugin.name }}</h3>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user