[FIX] mail: word wrapping in pre tags (for mails without html in chatter)

bzr revid: dle@openerp.com-20140214131705-efs3bggixyjalxun
This commit is contained in:
Denis Ledoux 2014-02-14 14:17:05 +01:00
parent ea007a4810
commit 677c972e85
1 changed files with 3 additions and 0 deletions

View File

@ -104,6 +104,9 @@
.openerp .oe_mail .oe_msg .oe_msg_content .oe_msg_body p {
margin-bottom: 0px;
}
.openerp .oe_mail .oe_msg .oe_msg_content .oe_msg_body pre {
white-space: pre-wrap;
}
.openerp .oe_mail .oe_msg .oe_msg_content .oe_msg_body * {
text-overflow:ellipsis;
word-wrap: break-word;