add no-wrap around the thead sort link

This commit is contained in:
Simon Vieille 2023-11-10 19:42:45 +01:00
parent 50dbb07314
commit 0f1bc761b2
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -132,10 +132,13 @@
<a href="{{ url }}">
{% if icon is defined %}
<span class="{{ icon }}"></span>
<span class="no-wrap">
<span class="{{ icon }}"></span>
{{ label|trans }}
</span>
{% else %}
{{ label|trans }}
{% endif %}
{{ label|trans }}
</a>
{% else %}
{{ label|trans }}