Adds pre-wrap to PRE fixes #1742 (#1886)

This commit is contained in:
Chris Laughlin
2016-08-15 14:42:58 +01:00
committed by Rob Larsen
parent b840bebeaf
commit 59d0ce0e87

View File

@@ -236,6 +236,9 @@ textarea {
content: "";
}
pre {
white-space: pre-wrap !important;
}
pre,
blockquote {
border: 1px solid #999;