diff --git a/apps/comments/css/comments.scss b/apps/comments/css/comments.scss index e3e5a21032..84d328ca6f 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 {