Browse Source
Merge pull request #10286 from nextcloud/bugfix/noid/comments-layout
Fix comment input overlay on empty discussion
pull/10298/head
Morris Jobke
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
apps/comments/css/comments.scss
|
|
|
@ -67,6 +67,7 @@ |
|
|
|
padding: 10px 0px 15px; |
|
|
|
word-wrap: break-word; |
|
|
|
overflow-wrap: break-word; |
|
|
|
overflow: hidden; |
|
|
|
} |
|
|
|
|
|
|
|
#commentsTabView .comments .comment { |
|
|
|
|