From 74f180f14a80bac78653f5094cd1177ae6412a73 Mon Sep 17 00:00:00 2001 From: Konstantin Schaper Date: Wed, 21 Oct 2020 14:28:52 +0200 Subject: [PATCH] fix ui annotate glitch --- scm-ui/ui-components/src/repos/annotate/AnnotateLine.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) => {