mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Fix input line-height cutting off g (#25334)
				
					
				
			Fix the incomplete display of input text Before:   After:   --------- Co-authored-by: silverwind <me@silverwind.io> Co-authored-by: Giteabot <teabot@gitea.io>
This commit is contained in:
		@@ -471,6 +471,11 @@ a.label,
 | 
			
		||||
  padding-top: 15px !important;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* fix Fomantic's line-height cutting off "g" on Windows Chrome with Segoe UI */
 | 
			
		||||
.ui.input > input {
 | 
			
		||||
  line-height: 1.3;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.ui.input.focus > input,
 | 
			
		||||
.ui.input > input:focus {
 | 
			
		||||
  border-color: var(--color-primary);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user