diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 5fbcaff14..758b16f7f 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -7179,3 +7179,7 @@ input[type=number] { padding-top: 74.55px !important } } + +.unbreakable { + white-space: nowrap; +} diff --git a/files/templates/comments.html b/files/templates/comments.html index a2e62e07c..eda045bfb 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -186,7 +186,7 @@ {% endif %} {% if c.parent_comment_id and not standalone and level != 1 %} - + {{c.parent_comment.author_name}}