mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09:00 
			
		
		
		
	Fix language label vertical alignment (#11061)
Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
This commit is contained in:
		| @@ -1228,3 +1228,12 @@ i.icon.centerlock { | ||||
|     overflow-x: hidden; | ||||
|     text-overflow: ellipsis; | ||||
| } | ||||
|  | ||||
| .language-label { | ||||
|     display: inline-flex !important; | ||||
|     align-items: center !important; | ||||
| } | ||||
|  | ||||
| .language-label .color-icon { | ||||
|     position: static !important; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user