word-wrap pre.comment

This commit is contained in:
Zlatin Balevsky
2019-12-17 07:04:13 +00:00
parent 5375b7aec0
commit 906c69a482

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 */