From bf6e8a72f26a33d171c2266ea45818c4c2b80322 Mon Sep 17 00:00:00 2001 From: tigran Date: Sun, 10 Mar 2024 12:44:34 +0400 Subject: [PATCH] bug fix --- src/components/Comment/style.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Comment/style.ts b/src/components/Comment/style.ts index 2611414..e0ca961 100644 --- a/src/components/Comment/style.ts +++ b/src/components/Comment/style.ts @@ -13,7 +13,7 @@ export const Avatar = styled.img` flex-shrink: 0; height: 40px; border-radius: 4px; - margin-right: 10px; + margin: 0 10px 0 0 !important; `; export const Head = styled.div`