diff --git a/apps/comments/css/comments.scss b/apps/comments/css/comments.scss index 75daeff875fec..a26649c1aa085 100644 --- a/apps/comments/css/comments.scss +++ b/apps/comments/css/comments.scss @@ -22,6 +22,9 @@ padding: 10px; min-height: 44px; margin: 0; + + /* Prevent the text from overlapping with the submit button. */ + padding-right: 30px; } #commentsTabView .newCommentForm {