summaryrefslogtreecommitdiffstats
path: root/apps/comments
diff options
context:
space:
mode:
Diffstat (limited to 'apps/comments')
-rw-r--r--apps/comments/css/comments.css9
1 files changed, 1 insertions, 8 deletions
diff --git a/apps/comments/css/comments.css b/apps/comments/css/comments.css
index d33ce735448..7f64f1cf7db 100644
--- a/apps/comments/css/comments.css
+++ b/apps/comments/css/comments.css
@@ -60,14 +60,7 @@
}
#commentsTabView .comment.collapsed .message {
- white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
- white-space: -webkit-pre-wrap; /*Chrome & Safari */
- white-space: -pre-wrap; /* Opera 4-6 */
- white-space: -o-pre-wrap; /* Opera 7 */
- white-space: pre-wrap; /* css-3 */
- word-wrap: break-word; /* Internet Explorer 5.5+ */
- word-break: break-all;
- white-space: normal;
+ white-space: pre-wrap;
}
#commentsTabView .comment.collapsed .message {