diff options
Diffstat (limited to 'apps/comments')
-rw-r--r-- | apps/comments/css/comments.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/comments/css/comments.scss b/apps/comments/css/comments.scss index 196846ab075..e631d6891ff 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 { |