From 9136a21682541f3446bf43fd74febb55f2507c80 Mon Sep 17 00:00:00 2001 From: aurelio@colivre.coop.br Date: Thu, 17 Feb 2011 12:28:44 -0300 Subject: [PATCH] AI1851: correct the
 overflow inside Articles

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

diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index c7583e0..4d47103 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -1010,6 +1010,10 @@ code input {
   display: none;
 }
 
+#article pre {
+  white-space: pre-wrap;
+}
+
 /* * *  Comments  * * */
 
 .comments {  }
--
libgit2 0.21.2