Skip to content

Commit cfca80e

Browse files
authored
Merge pull request #11277 from nextcloud/stable14-11257-prevent-comment-being-composed-from-overlapping-the-submit-button
[stable14] Prevent comment being composed from overlapping the submit button
2 parents 27a3867 + 896c8df commit cfca80e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

apps/comments/css/comments.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
padding: 10px;
2323
min-height: 44px;
2424
margin: 0;
25+
26+
/* Prevent the text from overlapping with the submit button. */
27+
padding-right: 30px;
2528
}
2629

2730
#commentsTabView .newCommentForm {

0 commit comments

Comments
 (0)