From: Galen Charlton Date: Thu, 9 Apr 2015 20:52:48 +0000 (+0000) Subject: LP#1442246: (follow-up) use pre-wrap rather than pre X-Git-Tag: sprint4-merge-nov22~1421 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=892fcc25dbd1fa3489524c0238456a922f7956a7;p=working%2FEvergreen.git LP#1442246: (follow-up) use pre-wrap rather than pre This allows long messages to wrap; such messages can easily be produced by manual creation of user notes. Signed-off-by: Galen Charlton Signed-off-by: Ben Shum --- diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index 2c63646f37..56cbef8e9c 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -1740,7 +1740,7 @@ a.preflib_change { vertical-align: top; } .myopac_message_message { - white-space: pre; + white-space: pre-wrap; } @media only screen and (max-width: 800px) {