Skip to content
Snippets Groups Projects
Commit f5590356 authored by divy-odoo's avatar divy-odoo Committed by Romain Derie
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#119547

X-original-commit: 32aca111
Signed-off-by: default avatarRomain Derie (rde) <rde@odoo.com>
parent 48ea2b16
Branches
Tags
No related merge requests found
......@@ -1427,6 +1427,7 @@ header {
height: 1em;
margin-right: 0.2em;
border-radius: $rounded-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.
Please register or to comment