word-wrap pre.comment

pull/34/head
Zlatin Balevsky 2019-12-17 07:04:13 +00:00
parent 5375b7aec0
commit 906c69a482
1 changed files with 8 additions and 0 deletions

View File

@ -289,6 +289,14 @@ input.right {
text-align: right;
}
pre.comment {
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
white-space: break-word;
}
/* File tree CSS */
/* Remove default bullets */