Merge pull request #10286 from nextcloud/bugfix/noid/comments-layout

Fix comment input overlay on empty discussion
pull/10298/head
Morris Jobke 2018-07-19 10:36:25 +07:00 committed by GitHub
commit 9732712dda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

@ -67,6 +67,7 @@
padding: 10px 0px 15px;
word-wrap: break-word;
overflow-wrap: break-word;
overflow: hidden;
}
#commentsTabView .comments .comment {