diff --git a/app/assets/stylesheets/shared/comments.scss b/app/assets/stylesheets/shared/comments.scss index 63e37a2bf..3e99f77c4 100644 --- a/app/assets/stylesheets/shared/comments.scss +++ b/app/assets/stylesheets/shared/comments.scss @@ -35,6 +35,7 @@ font-size: 16px; line-height: 30px; padding-left: 5px; + width: 50%; } .comment-message { @@ -286,6 +287,7 @@ } .comment-name { + width: auto; font-size: 14px; line-height: 15px; padding-left: 35px;