Skip to content
Snippets Groups Projects
Commit f981dca2 authored by Jorge Pinna Puissant's avatar Jorge Pinna Puissant Committed by fw-bot
Browse files

[FIX] mail: missing attachment icon


Since 1d766c06 the attachment icon was
missing when it wasn't a pdf or image type file.

opw-2064128

closes odoo/odoo#37616

X-original-commit: de13174c
Signed-off-by: default avatarNicolas Martinelli (nim) <nim@odoo.com>
parent ea574fe9
No related branches found
No related tags found
No related merge requests found
......@@ -169,7 +169,7 @@
display: inline-block;
word-break: break-all;
}
img {
:not(.o_image_box) > img {
max-width: 100%;
height: auto;
}
......
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