diff --git a/scm-ui/ui-components/src/repos/annotate/AnnotateLine.tsx b/scm-ui/ui-components/src/repos/annotate/AnnotateLine.tsx index 7d8401aa70..eb57c9d339 100644 --- a/scm-ui/ui-components/src/repos/annotate/AnnotateLine.tsx +++ b/scm-ui/ui-components/src/repos/annotate/AnnotateLine.tsx @@ -80,7 +80,7 @@ const Metadata = styled(LineElement)` `; const EmptyMetadata = styled(LineElement)` - width: 16.7em; + width: 16.5em; `; const dispatchDeferred = (dispatch: Dispatch, action: Action) => {