mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-04 12:54:08 +01:00 
			
		
		
		
	Fixed Unequal Arrow Bug
This commit is contained in:
		@@ -38,7 +38,7 @@ const getStyles = (options) =>
 | 
			
		||||
 | 
			
		||||
  .edgePath .path {
 | 
			
		||||
    stroke: ${options.lineColor};
 | 
			
		||||
    stroke-width: 1.5px;
 | 
			
		||||
    stroke-width: 2.0px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .flowchart-link {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user