Skip to content
Snippets Groups Projects
Commit e574ccbb 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#61906

Taskid: 2337684
X-original-commit: 24304608
Signed-off-by: default avatarYannick Tivisse (yti) <yti@odoo.com>
parent e8e64f75
No related branches found
No related tags found
No related merge requests found
......@@ -395,6 +395,7 @@ img, .media_iframe_video, .o_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