Skip to content
Snippets Groups Projects
Commit 24304608 authored by Bonis Modi's avatar Bonis Modi Committed by Barad Mahendra
Browse files

[FIX] portal: Fix broken repeated icon on portal attachment


Currently, when attachment small icon was displayed on portal it
is broken and repeated on background more than once like: task
attachment icon.

So in this commit do not repeat the icon when icon is small on portal
attachment.

closes odoo/odoo#60368

Taskid: 2337684
Signed-off-by: default avatarYannick Tivisse (yti) <yti@odoo.com>
parent f3778e72
No related branches found
No related tags found
No related merge requests found
......@@ -422,6 +422,7 @@ img.o_we_custom_image {
.oe_attachments .o_image_small {
height: 40px;
width: 50px;
background-repeat: no-repeat;
}
form label {
......
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