mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	Add left padding for chunk header of split diff view (#13397)
This commit adds 10px padding-left on chunk header element (which is `<span>`). Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com> Co-authored-by: zeripath <art27@cantab.net>
This commit is contained in:
		| @@ -1711,6 +1711,10 @@ | ||||
|     } | ||||
|  | ||||
|     .code-diff-split { | ||||
|       .tag-code .lines-code code.code-inner { | ||||
|         padding-left: 10px !important; | ||||
|       } | ||||
|  | ||||
|       table, | ||||
|       tbody { | ||||
|         width: 100%; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user