forked from MarseyWorld/MarseyWorld
make reply link unbreakable
parent
16ec90fb79
commit
7ebb94fba9
|
@ -7179,3 +7179,7 @@ input[type=number] {
|
|||
padding-top: 74.55px !important
|
||||
}
|
||||
}
|
||||
|
||||
.unbreakable {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue