summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2018-07-18 19:52:16 +0200
committerJulius Härtl <jus@bitgrid.net>2018-07-18 19:52:16 +0200
commit750b204ac760e88221968a02e101817aecb7f635 (patch)
tree8a9845d0acea99eaf826dc6925934f41a8412eca /apps
parentad9b458c7437e20be7d5a93ce383effe354bfeba (diff)
downloadnextcloud-server-750b204ac760e88221968a02e101817aecb7f635.tar.gz
nextcloud-server-750b204ac760e88221968a02e101817aecb7f635.zip
Fix comment input overlay on empty discussion
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps')
-rw-r--r--apps/comments/css/comments.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/comments/css/comments.scss b/apps/comments/css/comments.scss
index ae1f6d71720..cf2912cdce7 100644
--- a/apps/comments/css/comments.scss
+++ b/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 {