fix overflow issue 183

This commit is contained in:
Thomas Nahuel Rusiecki 2025-02-24 18:26:25 -03:00
parent 9c1aa20887
commit b334c1652f

View file

@ -137,7 +137,7 @@
{% else %}
<a class="nav-link{% if path == 'tags' %} active2{% endif %}" href="{% url 'lot:tags' tag.id %}">
{% endif %}
{{ tag.name }}
{{ tag.name|truncatechars:17}}
</a>
</li>
{% endfor %}