From aca406b4802ec60b78d8fa0a01b51cfba19b6983 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 3 Feb 2024 20:05:08 +0200 Subject: [PATCH] remove unbreakable causing overflow when there's a lot of (((((((()))))))) around name --- files/templates/comments.html | 4 ++-- files/templates/util/macros.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index bf4d9e5c6d..2c2c5beb0b 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -187,7 +187,7 @@ {% if c.author.verified %} {% endif %} - +
@{{c.author.username}}'s profile picture {% if c.author.hat_active(v)[0] -%} @@ -211,7 +211,7 @@ {%- else -%} #comment-{{c.parent_comment_id}}-only {%- endif -%} - " class="text-muted ml-2 unbreakable"> + " class="text-muted ml-2"> {{c.parent_comment.author_name}} diff --git a/files/templates/util/macros.html b/files/templates/util/macros.html index 689aa50372..b7ed4f028e 100644 --- a/files/templates/util/macros.html +++ b/files/templates/util/macros.html @@ -78,7 +78,7 @@ {% if p.author.verified %} {% endif %} - +
@{{p.author.username}}'s profile picture {% if p.author.hat_active(v)[0] -%}