From 0afbc3f39feaca6dd326c30c0eeac3b79e12586d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 5 May 2019 16:22:53 +0200 Subject: [PATCH] add wrapping to
 blocks

---
 stylesheets/application.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/stylesheets/application.css b/stylesheets/application.css
index af379d9..42a64a0 100644
--- a/stylesheets/application.css
+++ b/stylesheets/application.css
@@ -302,6 +302,10 @@ div.wiki img {
 	max-width: 100%;
 }
 
+div.wiki pre {
+	white-space: pre-wrap;
+}
+
 div.issue {
   border: 1px solid #ccc;
   border-radius: 8px;