Merge pull request #10286 from nextcloud/bugfix/noid/comments-layout
Fix comment input overlay on empty discussion
This commit is contained in:
commit
9732712dda
|
@ -67,6 +67,7 @@
|
|||
padding: 10px 0px 15px;
|
||||
word-wrap: break-word;
|
||||
overflow-wrap: break-word;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#commentsTabView .comments .comment {
|
||||
|
|
Loading…
Reference in New Issue