From ff128c40a1dcadcec891b3be7391ae86bc6121aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Thu, 14 Jul 2022 17:10:16 +0200 Subject: [PATCH] Fix Location flag render Would have a glitch border around the flag (from radius) --- src/style/molecules/_location.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/style/molecules/_location.scss b/src/style/molecules/_location.scss index 7a15f8f..14642f4 100644 --- a/src/style/molecules/_location.scss +++ b/src/style/molecules/_location.scss @@ -51,9 +51,9 @@ // Flag :global(.flag img) { display: block; - margin: 2px auto 0; + margin: 2px 24px 0 auto; border-radius: 100% !important; - margin-right: 24px; + transform: translateZ(0); @include bp (sm) { margin-top: 0;