diff --git a/scm-ui/ui-components/src/repos/annotate/AnnotateLine.tsx b/scm-ui/ui-components/src/repos/annotate/AnnotateLine.tsx index eb57c9d339..c32d172e89 100644 --- a/scm-ui/ui-components/src/repos/annotate/AnnotateLine.tsx +++ b/scm-ui/ui-components/src/repos/annotate/AnnotateLine.tsx @@ -77,10 +77,11 @@ const Line = styled.div` const Metadata = styled(LineElement)` cursor: help; + width: 217px; `; const EmptyMetadata = styled(LineElement)` - width: 16.5em; + width: 217px; `; const dispatchDeferred = (dispatch: Dispatch, action: Action) => {