mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	Backport #34697 by wxiaoguang Fix #34696 Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
		| @@ -2,7 +2,7 @@ | ||||
|   overflow: hidden; | ||||
|   font-size: 16px; | ||||
|   line-height: 1.5 !important; | ||||
|   overflow-wrap: anywhere; | ||||
|   overflow-wrap: break-word; | ||||
| } | ||||
|  | ||||
| .markup > *:first-child { | ||||
|   | ||||
| @@ -62,6 +62,7 @@ | ||||
|  | ||||
| .repo-view-content { | ||||
|   flex: 1; | ||||
|   min-width: 0; | ||||
| } | ||||
|  | ||||
| .language-stats { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user