diff --git a/html/user/style-black.css b/html/user/style-black.css
index a4e47625ff..d680a18d80 100644
--- a/html/user/style-black.css
+++ b/html/user/style-black.css
@@ -40,6 +40,11 @@ h3 , h4 {
font-weight: bold;
}
+pre {
+ white-space: normal;
+ margin: 0;
+}
+
.title {
font-size: small;
font-weight: bold;
diff --git a/html/user/style.css b/html/user/style.css
index 83ac1871f0..505e849abf 100644
--- a/html/user/style.css
+++ b/html/user/style.css
@@ -39,6 +39,11 @@ h3 , h4 {
font-weight: bold;
}
+pre {
+ white-space: normal;
+ margin: 0;
+}
+
.title {
font-size: small;
font-weight: bold;
@@ -58,4 +63,5 @@ blockquote {
.authorcol {
width: 100px;
overflow: hidden;
-}
\ No newline at end of file
+}
+