make reply link unbreakable

pull/134/head
Aevann 2023-02-25 18:12:18 +02:00
parent 16ec90fb79
commit 7ebb94fba9
2 changed files with 5 additions and 1 deletions

View File

@ -7179,3 +7179,7 @@ input[type=number] {
padding-top: 74.55px !important
}
}
.unbreakable {
white-space: nowrap;
}

View File

@ -186,7 +186,7 @@
{% endif %}
{% if c.parent_comment_id and not standalone and level != 1 %}
<a href="#comment-{{c.parent_comment_id}}-only" class="text-muted ml-2">
<a href="#comment-{{c.parent_comment_id}}-only" class="text-muted ml-2 unbreakable">
<i class="fas fa-reply fa-sm fa-fw fa-flip-horizontal"></i>
{{c.parent_comment.author_name}}
</a>