fix visual glitch in annotate view

This commit is contained in:
Konstantin Schaper
2020-10-20 12:21:05 +02:00
parent 8c78b058a3
commit 3b9fa12d71

View File

@@ -80,7 +80,7 @@ const Metadata = styled(LineElement)`
`;
const EmptyMetadata = styled(LineElement)`
width: 16.7em;
width: 16.5em;
`;
const dispatchDeferred = (dispatch: Dispatch<Action>, action: Action) => {