Fix comment input overlay on empty discussion

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2018-07-18 19:52:16 +02:00
parent ad9b458c74
commit 750b204ac7
No known key found for this signature in database
GPG key ID: 4C614C6ED2CDE6DF

View file

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