[mail-web] make pre tags not go on for ever



commit a03f24173b8e61610e2679278b39419c702f1a5c
Author: Andreas Nilsson <bugs andreasn se>
Date:   Mon Jan 21 17:23:53 2013 +0100

    make pre tags not go on for ever

 css/archive.css |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/css/archive.css b/css/archive.css
index 3a55d3d..f8c3787 100644
--- a/css/archive.css
+++ b/css/archive.css
@@ -242,3 +242,6 @@ input {
     width: 967px;
 }
 
+pre {
+    white-space: pre-wrap;
+}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]