From 39fbd1831635dc2f442a1e721c9d9bf27b58b0ef Mon Sep 17 00:00:00 2001 From: Jure Grabnar Date: Thu, 25 Jul 2019 16:46:27 +0200 Subject: [PATCH 1/2] Remove width on commments Closes SCI-3674 --- app/assets/stylesheets/shared/comments.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/stylesheets/shared/comments.scss b/app/assets/stylesheets/shared/comments.scss index 90e837e25..63e37a2bf 100644 --- a/app/assets/stylesheets/shared/comments.scss +++ b/app/assets/stylesheets/shared/comments.scss @@ -35,7 +35,6 @@ font-size: 16px; line-height: 30px; padding-left: 5px; - width: 50%; } .comment-message { From b12403b769be296ef40e58a87c52ca4abbb53db1 Mon Sep 17 00:00:00 2001 From: Jure Grabnar Date: Wed, 31 Jul 2019 09:23:22 +0200 Subject: [PATCH 2/2] Add comment name fix as Urban suggested --- app/assets/stylesheets/shared/comments.scss | 2 ++ 1 file changed, 2 insertions(+) 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;