diff --git a/products/eclipse-junit-tests/src/main/scripts/JUNIT.XSL b/products/eclipse-junit-tests/src/main/scripts/JUNIT.XSL index 489e7b86b1c..30a16efa937 100644 --- a/products/eclipse-junit-tests/src/main/scripts/JUNIT.XSL +++ b/products/eclipse-junit-tests/src/main/scripts/JUNIT.XSL @@ -97,6 +97,9 @@ .Properties { text-align:right; } + code { + white-space: pre-wrap; + }