From cfba54a7314fe336c1f0bf163c185b6f3dae06fc Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 9 Apr 2015 20:52:48 +0000 Subject: [PATCH] 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 --- Open-ILS/src/templates/opac/css/style.css.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index 5112c30541..2cf1f9d1ff 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -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) { -- 2.11.0