mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-05-07 07:36:33 +02:00
fix ui annotate glitch
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user