mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 10:56:10 +01:00 
			
		
		
		
	Fix various line-height styles (#26553)
Fix #26537 Use the same default line-height as "normalize.css" instead of "1". "1" is not right because it doesn't work with descent part and causes overflow problems.  --------- Co-authored-by: silverwind <me@silverwind.io>
This commit is contained in:
		| @@ -13,7 +13,7 @@ | ||||
|  | ||||
| .admin dl.admin-dl-horizontal dt, | ||||
| .admin dl.admin-dl-horizontal dd { | ||||
|   line-height: 1; | ||||
|   line-height: var(--line-height-default); | ||||
|   padding: 5px 0; | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user