LP#1442246: (follow-up) use pre-wrap rather than pre user/gmcharlt/lp1442246_improve_formatting_of_patron_messages_in_tpac
authorGalen Charlton <gmc@esilibrary.com>
Thu, 9 Apr 2015 20:52:48 +0000 (20:52 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 9 Apr 2015 20:52:48 +0000 (20:52 +0000)
This allows long messages to wrap; such messages can easily
be produced by manual creation of user notes.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Open-ILS/src/templates/opac/css/style.css.tt2

index 5112c30..2cf1f9d 100644 (file)
@@ -1724,7 +1724,7 @@ a.preflib_change {
     vertical-align: top;
 }
 .myopac_message_message {
-    white-space: pre;
+    white-space: pre-wrap;
 }
 
 @media only screen and (max-width: 800px) {