diff --git a/scm-ui/ui-components/src/repos/annotate/AuthorImage.tsx b/scm-ui/ui-components/src/repos/annotate/AuthorImage.tsx index 3963ed51a5..04d74700e7 100644 --- a/scm-ui/ui-components/src/repos/annotate/AuthorImage.tsx +++ b/scm-ui/ui-components/src/repos/annotate/AuthorImage.tsx @@ -29,6 +29,8 @@ const AuthorImage = styled(AvatarImage)` width: 1em; height: 1em; margin-right: 0.2em; + margin-bottom: 0.2em; + vertical-align: middle; `; export default AuthorImage;