Skip to content
Snippets Groups Projects
Commit 2aea6e95 authored by jvm-odoo's avatar jvm-odoo Committed by fw-bot
Browse files

[FIX] portal: fix address over icon


Reproduce this bug

    - Log in as portal user

    The top right address detail is over the icon.

Cause

    The others fields are using a `span` who have a style who push them
    right.

This commits add the `span` style for the div.

Fine-tuning of 9e302765

OPW-2092345

closes odoo/odoo#40223

X-original-commit: af0fd50b14f32032f0870812dd615ac988183174
Signed-off-by: default avatarNicolas Martinelli (nim) <nim@odoo.com>
parent 331743ca
No related branches found
No related tags found
No related merge requests found
......@@ -384,7 +384,7 @@ img.o_we_custom_image {
@include o-position-absolute(0, $left: 0);
line-height: $line-height-base;
+ span {
+ span, + div {
display: block;
// FontAwesome '.fa-fw' fixed-with + margin
padding-left: 1.28571429em + 0.5em;
......
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