mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Merge pull request #2296 from bkcsoft/feature/split-diff
Implement Split Diff-View
This commit is contained in:
		@@ -20,6 +20,13 @@ pre {
 | 
			
		||||
		line-height: 1.5;
 | 
			
		||||
		overflow: auto;
 | 
			
		||||
	}
 | 
			
		||||
	&.wrap {
 | 
			
		||||
		white-space: pre-wrap;       /* CSS 3 */
 | 
			
		||||
//		white-space: -moz-normal;  /* Mozilla, since 1999 */
 | 
			
		||||
//		white-space: -normal;      /* Opera 4-6 */
 | 
			
		||||
//		white-space: -o-normal;    /* Opera 7 */
 | 
			
		||||
		word-break: break-word;
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
.full.height {
 | 
			
		||||
	padding: 0;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user