mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-03 08:02:36 +09:00 
			
		
		
		
	Fix monospace font size for .mono CSS class (#13453)
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							82cf67a93e
						
					
				
				
					commit
					48f8c5e1ae
				
			@@ -4,7 +4,7 @@
 | 
			
		||||
.js { justify-content: flex-start; }
 | 
			
		||||
.je { justify-content: flex-end; }
 | 
			
		||||
.sb { justify-content: space-between; }
 | 
			
		||||
.mono { font-family: var(--fonts-monospace); }
 | 
			
		||||
.mono { font-family: var(--fonts-monospace); font-size: .9em; /* compensate for monospace fonts being usually slighty larger */ }
 | 
			
		||||
.rounded { border-radius: var(--border-radius) !important; }
 | 
			
		||||
.word-break { word-wrap: break-word; word-break: break-all; }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user