Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-11-17 21:02:36 +0300
committerGitHub <noreply@github.com>2017-11-17 21:02:36 +0300
commit059be95d6c8e694ed6bece861deb9e2d015cda7d (patch)
treec4f7373dd2d2ee44024c1bc32d7d42812ac08753
parent19e4a3373b057a97b57368b578b7ded46895979d (diff)
parent5d85af79b63a2925032a137008e9a6944091ae05 (diff)
Merge pull request #7163 from nextcloud/force-breaks-on-extremely-long-words-in-comments
Force breaks on extremely long words in comments
-rw-r--r--apps/comments/css/comments.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/comments/css/comments.css b/apps/comments/css/comments.css
index 09771b4e954..1ed418df2fc 100644
--- a/apps/comments/css/comments.css
+++ b/apps/comments/css/comments.css
@@ -60,6 +60,8 @@
#commentsTabView .comment {
position: relative;
margin-bottom: 30px;
+ word-wrap: break-word;
+ overflow-wrap: break-word;
}
#commentsTabView .comment .avatar,