- Fix overflow regression from https://github.com/go-gitea/gitea/pull/12553. - Fix submodule columns stretching the table - Refactor template to share more HTML nodes - Introduce CSS helper classes Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
		
			
				
	
	
		
			7 lines
		
	
	
		
			46 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			46 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| .flex-0 {
 | |
|   flex: 0;
 | |
| }
 | |
| .flex-1 {
 | |
|   flex: 1;
 | |
| }
 |