projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68229ed
)
LP#1442246: (follow-up) use pre-wrap rather than pre
author
Galen Charlton
<gmc@esilibrary.com>
Thu, 9 Apr 2015 20:52:48 +0000
(20:52 +0000)
committer
Ben Shum
<bshum@biblio.org>
Fri, 10 Apr 2015 01:59:50 +0000
(21:59 -0400)
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>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/src/templates/opac/css/style.css.tt2
patch
|
blob
|
history
diff --git
a/Open-ILS/src/templates/opac/css/style.css.tt2
b/Open-ILS/src/templates/opac/css/style.css.tt2
index
2c63646
..
56cbef8
100644
(file)
--- 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) {