Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tigransimonyan committed Mar 10, 2024
1 parent dca32ac commit bf6e8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Comment/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit bf6e8a7

Please sign in to comment.