mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-03 21:08:25 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			168 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			168 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
.breadcrumb {
 | 
						|
  display: flex;
 | 
						|
  align-items: center;
 | 
						|
  gap: 3px;
 | 
						|
  overflow-wrap: anywhere;
 | 
						|
}
 | 
						|
 | 
						|
.breadcrumb .breadcrumb-divider {
 | 
						|
  color: var(--color-text-light-2);
 | 
						|
}
 |