mirror of
				https://github.com/scm-manager/scm-manager.git
				synced 2025-11-03 20:15:52 +01: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