Skip to content
Snippets Groups Projects
Commit 5d655921 authored by divy-odoo's avatar divy-odoo
Browse files

[FIX] website: keep language selector flag size ratio


There was an issue before this commit where some flags (basically all
the ones which are not tribands) would appear "broken".
This is the case for the China one where the symbol on the flag would be
squashed.
Using `object-fit` css property will keep the original flag ratio.

task-2929438

closes odoo/odoo#119560

X-original-commit: 32aca111
Signed-off-by: default avatarRomain Derie (rde) <rde@odoo.com>
parent d98d13d2
No related branches found
No related tags found
No related merge requests found
......@@ -1400,6 +1400,7 @@ header {
height: 1em;
margin-right: 0.2em;
border-radius: $border-radius-pill;
object-fit: cover;
}
a.js_change_lang:hover, a.o_add_language:hover {
text-decoration: none;
......
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