Skip to content
Snippets Groups Projects
Commit 28317e80 authored by Thibault Delavallée's avatar Thibault Delavallée
Browse files

[FIX] mail: chatter: display blockquotes with normal font size (appearing for...

[FIX] mail: chatter: display blockquotes with normal font size (appearing for example when replying through thunderbird).
parent 6954fe97
No related branches found
No related tags found
No related merge requests found
......@@ -86,6 +86,9 @@
.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 blockquote {
font-size: 1em;
}
.openerp .oe_mail .oe_msg .oe_msg_content .oe_msg_body * {
text-overflow:ellipsis;
word-wrap: break-word;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment