Skip to content

Commit

Permalink
Merge pull request #927 from nextcloud/drop-unneeded-statements
Browse files Browse the repository at this point in the history
white-space: pre-wrap is supported on all current browsers
  • Loading branch information
rullzer committed Aug 18, 2016
2 parents 53d3c8b + 436fb00 commit 71d81ee
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions apps/comments/css/comments.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 71d81ee

Please sign in to comment.