fix ui annotate glitch

This commit is contained in:
Konstantin Schaper
2020-10-21 14:28:52 +02:00
parent 405ab92575
commit 74f180f14a

View File

@@ -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: Action) => {