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`