diff --git a/files/templates/comments.html b/files/templates/comments.html index b903cd51ae..77a03bc3d9 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -268,7 +268,7 @@ {% endif %} - +
@@ -612,4 +612,7 @@ .comment.collapsed .hidden-on-collapse { display: none; } + .comment.collapsed .invisible-on-collapse { + visibility: hidden; + } \ No newline at end of file