mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 11:28:24 +00:00 
			
		
		
		
	Fix text truncate (#26354)
Fixes: https://github.com/go-gitea/gitea/issues/25597 Before:  After:  Co-authored-by: Giteabot <teabot@gitea.io>
This commit is contained in:
		| @@ -1218,7 +1218,7 @@ img.ui.avatar, | ||||
| } | ||||
|  | ||||
| .ui .text.truncate { | ||||
|   overflow: hidden; | ||||
|   overflow-x: clip; | ||||
|   text-overflow: ellipsis; | ||||
|   white-space: nowrap; | ||||
|   display: inline-block; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user