Merge pull request #11257 from nextcloud/prevent-comment-being-composed-from-overlapping-the-submit-button

Prevent comment being composed from overlapping the submit button
This commit is contained in:
blizzz 2018-09-18 11:40:53 +02:00 committed by GitHub
commit 7ab19366dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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 {