Skip to content
Snippets Groups Projects
Commit e7bc4e97 authored by Aaron Bohy's avatar Aaron Bohy
Browse files

[FIX] mail: thread: keep image ratio

With rule 'max-width: 100%', the height must be reset to 'auto' to keep the
image ratio.
parent b26fd225
No related branches found
No related tags found
No related merge requests found
......@@ -131,6 +131,7 @@
}
img {
max-width: 100%;
height: auto;
}
.o_mail_body_long {
......
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