[IMP] mail: break-word for all html tag content

bzr revid: chm@openerp.com-20121122084952-7cpf5817igua9fkj
This commit is contained in:
Christophe Matthieu 2012-11-22 09:49:52 +01:00
parent 7921e44995
commit dddb611df9
1 changed files with 2 additions and 0 deletions

View File

@ -93,6 +93,8 @@
.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 * {
text-overflow:ellipsis;
word-wrap: break-word;
}