diff share/roundup/templates/devel/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 b419f29b1e2f
children
line wrap: on
line diff
--- a/share/roundup/templates/devel/html/style.css	Tue Mar 11 10:03:44 2014 +0100
+++ b/share/roundup/templates/devel/html/style.css	Tue Mar 11 10:13:58 2014 +0100
@@ -106,6 +106,10 @@
   background-color: #ffffff;
 }
 
+pre {
+  white-space: pre-wrap;
+}
+
 #search { text-align: right; }
 
 p.ok-message 

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