diff website/issues/html/style.css @ 4862:7ed1893ea3ac

issue2550793: Wrap messages with very long lines in the web interface. Applied to templates classic, devel, minimal and website/issues. jinja2 and responsive should already have this through bootstrap.
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 11 Mar 2014 10:13:58 +0100
parents 22d57206a93b
children c69eadd1ad15
line wrap: on
line diff
--- a/website/issues/html/style.css	Tue Mar 11 10:03:44 2014 +0100
+++ b/website/issues/html/style.css	Tue Mar 11 10:13:58 2014 +0100
@@ -104,6 +104,10 @@
   background-color: #ffffff;
 }
 
+pre {
+  white-space: pre-wrap;
+}
+
 #search { text-align: right; }
 
 p.ok-message 

Roundup Issue Tracker: http://roundup-tracker.org/