diff public/libervia.css @ 236:9b078380dacf

browser_side: white-space are no pre-wrap for .chat_text_msg
author Goffi <goffi@goffi.org>
date Thu, 07 Nov 2013 15:22:28 +0100
parents 0ed09cc0566f
children 86055ccf69c3
line wrap: on
line diff
--- a/public/libervia.css	Thu Nov 07 15:22:00 2013 +0100
+++ b/public/libervia.css	Thu Nov 07 15:22:28 2013 +0100
@@ -857,7 +857,7 @@
 }
 
 .chat_text_msg {
-    white-space: pre;
+    white-space: pre-wrap;
 }
 
 .chat_text_mymess {