Skip to content
Snippets Groups Projects
Commit 79c24fc6 authored by qsm-odoo's avatar qsm-odoo
Browse files

[FIX] website_event: fix flag size in country events snippet


When the country events snippet displayed events specific to a country
(geoip properly installed + upcoming confirmed events in that country),
a flag of the country was displayed but it was way too big.

Difficult to say when the bug was created, at least from 12.0. In 15.1,
that snippet has been refactored anyway and is now entirely different to
make it more attractive.

opw-2904427

closes odoo/odoo#97905

Signed-off-by: default avatarRomain Derie (rde) <rde@odoo.com>
parent 4658afd9
No related branches found
No related tags found
No related merge requests found
......@@ -277,3 +277,10 @@ $o-wevent-event-title-sizes-variants: (
}
}
}
// Country snippet
.country_events_list .o_wevent_sidebar_title > img {
max-height: 1em;
vertical-align: top;
margin: 0 0.2em;
}
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