From 73df10e1d62401dc0d466ff242d51476556d4acf Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Mon, 27 Mar 2023 16:43:42 +0200 Subject: [PATCH] fix(ui) - country flag height --- frontend/app/components/ui/CountryFlag/countryFlag.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/components/ui/CountryFlag/countryFlag.module.css b/frontend/app/components/ui/CountryFlag/countryFlag.module.css index aa331ee77..fdf55ff32 100644 --- a/frontend/app/components/ui/CountryFlag/countryFlag.module.css +++ b/frontend/app/components/ui/CountryFlag/countryFlag.module.css @@ -1,6 +1,6 @@ .default { width: 22px !important; - height: 12px !important; + height: 15px !important; } .label {