make user part in table unbreakable

pull/142/head
Aevann 2023-03-25 21:10:51 +02:00
parent 5c3ba375ba
commit 9a3fea454b
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{%- include 'admin/shadowbanned_tooltip.html' -%}
{% if user %}
<a data-sort-key="{{user.username.lower()}}" style="color:#{{user.name_color}};font-weight:bold" href="/@{{user.username}}">
<a class="unbreakable" data-sort-key="{{user.username.lower()}}" style="color:#{{user.name_color}};font-weight:bold" href="/@{{user.username}}">
<div class="profile-pic-20-wrapper mb-2">
<img loading="lazy" src="{{user.profile_url}}" class="pp20">
{% if user.hat_active(v)[0] -%}