mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Fix mermaid chart size (#13865)
This commit is contained in:
		@@ -3,7 +3,8 @@
 | 
				
			|||||||
  justify-content: center;
 | 
					  justify-content: center;
 | 
				
			||||||
  align-items: center;
 | 
					  align-items: center;
 | 
				
			||||||
  padding: 1rem;
 | 
					  padding: 1rem;
 | 
				
			||||||
  margin: 1rem 0;
 | 
					  margin: 1rem auto;
 | 
				
			||||||
 | 
					  height: auto;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* mermaid's errorRenderer seems to unavoidably spew stuff into <body>, hide it */
 | 
					/* mermaid's errorRenderer seems to unavoidably spew stuff into <body>, hide it */
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user