mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08: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