Add line break to top users

This commit is contained in:
cuom1999 2022-05-28 02:33:37 -05:00
parent b8876ba023
commit 982c975a20

View file

@ -26,7 +26,7 @@
{% for user in top_scorer %} {% for user in top_scorer %}
<tr> <tr>
<td style="padding: 7px 2px"><b>{{loop.index}}</b></td> <td style="padding: 7px 2px"><b>{{loop.index}}</b></td>
<td>{{link_user(user)}}</td> <td style="line-break: anywhere">{{link_user(user)}}</td>
<td>{{ user.performance_points|floatformat(0) }}</td> <td>{{ user.performance_points|floatformat(0) }}</td>
</tr> </tr>
{% endfor %} {% endfor %}