mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 09:25:43 +01:00
fix ui annotate glitch
This commit is contained in:
@@ -77,10 +77,11 @@ const Line = styled.div`
|
|||||||
|
|
||||||
const Metadata = styled(LineElement)`
|
const Metadata = styled(LineElement)`
|
||||||
cursor: help;
|
cursor: help;
|
||||||
|
width: 217px;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const EmptyMetadata = styled(LineElement)`
|
const EmptyMetadata = styled(LineElement)`
|
||||||
width: 16.5em;
|
width: 217px;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const dispatchDeferred = (dispatch: Dispatch<Action>, action: Action) => {
|
const dispatchDeferred = (dispatch: Dispatch<Action>, action: Action) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user